mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 15:29:25 +08:00
9 lines
240 B
CMake
9 lines
240 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/linux.vcpkgs.cmake)
|
|
|
|
set_output_dir(${CMAKE_CURRENT_LIST_DIR}/../bin/${CMAKE_BUILD_TYPE}-Linux)
|
|
|
|
if (NOT DEBUG_MODE)
|
|
add_link_options(-s)
|
|
endif ()
|
|
|
|
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/../updater) |