mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-08 00:34:57 +03:00
CMake: set PDB output directory, don't set default build type
This commit is contained in:
@ -20,6 +20,12 @@ set_target_properties(cedar
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
set_target_properties(cedar
|
||||
PROPERTIES
|
||||
COMPILE_PDB_NAME "cedar"
|
||||
COMPILE_PDB_OUTPUT_DIRECTORY "${BUILD_DIRECTORY}"
|
||||
)
|
||||
|
||||
target_include_directories(cedar PRIVATE winpcap)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user