add MSVC debug version...
This commit is contained in:
parent
9b7bd61af3
commit
72683931aa
1 changed files with 3 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue