build: enable folders and force startup proj

This commit is contained in:
2026-03-20 04:23:46 -03:00
parent 463048128e
commit e17ca749c0
+4
View File
@@ -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}")