1
0
Fork 0

add MSVC debug version...

This commit is contained in:
Geoff McLane 2018-05-31 00:53:12 +02:00
parent 9b7bd61af3
commit 72683931aa

View file

@ -8,3 +8,6 @@ target_link_libraries(gdalchop
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
)
install(TARGETS gdalchop RUNTIME DESTINATION bin)
if (MSVC)
set_target_properties( gdalchop PROPERTIES DEBUG_POSTFIX d )
endif ()