mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
src: split CMakeLists.txt for each subdirectory
This commit is contained in:
10
src/vpnclient/CMakeLists.txt
Normal file
10
src/vpnclient/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
add_executable(vpnclient vpncsvc.c)
|
||||
|
||||
set_target_properties(vpnclient
|
||||
PROPERTIES
|
||||
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/tmp/vpnclient"
|
||||
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/bin/vpnclient"
|
||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/bin/vpnclient"
|
||||
)
|
||||
|
||||
target_link_libraries(vpnclient cedar mayaqua)
|
Reference in New Issue
Block a user