projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e2a985
)
Add the suffix "_d" to debug version of the library
author
Marsel Galimullin
<mfgalimullin@yandex.ru>
Sun, 14 Aug 2016 10:12:52 +0000
(13:12 +0300)
committer
Marsel Galimullin
<mfgalimullin@yandex.ru>
Sun, 14 Aug 2016 10:12:52 +0000
(13:12 +0300)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index ffdcf50c71892aa1a01341378c75c7b41ded6b9d..d782e3c561eb40af093da145b2398ee1da84aab7 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-111,6
+111,7
@@
set(SOURCES src/hp_gc.cpp
add_library(${CDS_SHARED_LIBRARY} SHARED ${SOURCES})
set_target_properties( ${CDS_SHARED_LIBRARY} PROPERTIES VERSION ${PROJECT_VERSION})
add_library(${CDS_STATIC_LIBRARY} STATIC ${SOURCES})
+set_target_properties(${PROJECT_NAME} PROPERTIES DEBUG_POSTFIX "_d")
target_link_libraries(${CDS_SHARED_LIBRARY} PRIVATE ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries(${CDS_STATIC_LIBRARY} PRIVATE ${CMAKE_THREAD_LIBS_INIT})