mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 21:15:05 +00:00
Set postfixes for generated libraries based on buildtype
This commit is contained in:
parent
2c49763b73
commit
cad38c919c
1 changed files with 3 additions and 0 deletions
|
@ -403,6 +403,9 @@ if (NOT GFLAGS_IS_SUBPROJECT)
|
|||
set (CMAKE_LIBRARY_OUTPUT_DIRECTORY "lib")
|
||||
set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY "lib")
|
||||
endif ()
|
||||
# Set postfixes for generated libraries based on buildtype.
|
||||
set(CMAKE_RELEASE_POSTFIX "")
|
||||
set(CMAKE_DEBUG_POSTFIX "_debug")
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# installation directories
|
||||
|
|
Loading…
Add table
Reference in a new issue