build: enable folders and force startup proj
This commit is contained in:
@@ -59,4 +59,8 @@ file(GLOB_RECURSE UNLOCKER_SOURCES CONFIGURE_DEPENDS "src/unlocker/*.cpp" "src/u
|
|||||||
add_executable(dbd-unlocker ${UNLOCKER_SOURCES})
|
add_executable(dbd-unlocker ${UNLOCKER_SOURCES})
|
||||||
target_link_libraries(dbd-unlocker PRIVATE dbd-unlocker-warnings ${OPENSSL_LIBRARIES} nerutils wsock32 ws2_32)
|
target_link_libraries(dbd-unlocker PRIVATE dbd-unlocker-warnings ${OPENSSL_LIBRARIES} nerutils wsock32 ws2_32)
|
||||||
target_include_directories(dbd-unlocker PRIVATE ${OPENSSL_INCLUDE__DIR})
|
target_include_directories(dbd-unlocker PRIVATE ${OPENSSL_INCLUDE__DIR})
|
||||||
|
|
||||||
|
set_property(TARGET dbd-unlocker PROPERTY USE_FOLDERS ON)
|
||||||
|
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT dbd-unlocker)
|
||||||
|
|
||||||
group_files("${UNLOCKER_SOURCES}")
|
group_files("${UNLOCKER_SOURCES}")
|
||||||
|
|||||||
Reference in New Issue
Block a user