File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
11
11
12
12
set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /CMakeModules/" )
13
13
14
- set (VCPKG_LIBRARY_LINKAGE static )
15
-
16
14
if (CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR CMAKE_SYSTEM_NAME STREQUAL "Linux" )
17
- add_compile_options (-Wall -Wextra -Wno-unused-parameter)
15
+ add_compile_options (-Wall -Wextra -Wno-unused-parameter)
18
16
endif ()
19
17
20
18
include_directories (${CMAKE_CURRENT_SOURCE_DIR} /include )
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ enviroment variable accordingly.
150
150
151
151
First you'll need to configure the project:
152
152
153
- cmake -G "Visual Studio 17 2022" --preset=ninja
153
+ cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-md - G "Visual Studio 17 2022" --preset=ninja
154
154
155
155
Use either command to build the ** debug artifact** (this will create the
156
156
` Nuked-SC55.clap ` plugin in ` build\Debug ` ):
You can’t perform that action at this time.
0 commit comments