Skip to content

Commit 4634b56

Browse files
authored
CMake Script - Add debug postfix "d" (#406) (#558)
#406
1 parent 2178b52 commit 4634b56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ set_target_properties(${library_name} PROPERTIES
9898
CXX_EXTENSIONS OFF
9999
VERSION ${VERSION_SHORT}
100100
EXPORT_NAME ${library_name}
101+
DEBUG_POSTFIX "d"
101102
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
102103
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/lib"
103104
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${ads_PlatformDir}/bin"

0 commit comments

Comments
 (0)