1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-12 02:34:59 +03:00

CMake: set PDB output directory, don't set default build type

This commit is contained in:
Davide Beatrici
2018-11-18 04:18:42 +01:00
parent 25c99a7e04
commit e1bd84d7f3
13 changed files with 70 additions and 9 deletions

View File

@ -17,6 +17,7 @@ set_target_properties(vpncmgr
ARCHIVE_OUTPUT_DIRECTORY "${BUILD_DIRECTORY}"
LIBRARY_OUTPUT_DIRECTORY "${BUILD_DIRECTORY}"
RUNTIME_OUTPUT_DIRECTORY "${BUILD_DIRECTORY}"
PDB_OUTPUT_DIRECTORY "${BUILD_DIRECTORY}"
)
target_link_libraries(vpncmgr cedar mayaqua)