diff options
| author | ThePixelGamer <thepixelmaster2354@gmail.com> | 2024-08-27 19:03:27 -0500 |
|---|---|---|
| committer | ThePixelGamer <thepixelmaster2354@gmail.com> | 2024-08-28 07:41:29 -0500 |
| commit | 878f95dffbc967c2d6f3ae5de14b46c4d7c8aceb (patch) | |
| tree | 428b8fafe92f96b7601e638f2c6da53e2f52dd42 /CMakeLists.txt | |
| parent | de0fd08acc676caad7dd2f445f221473d7cd4b75 (diff) | |
Update agl, nnSdk, sead
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31d6b045..3868a040 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.15) project(uking CXX) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) @@ -30,16 +30,9 @@ target_compile_options(uking PRIVATE -Wno-unused-parameter -Wno-unused-private-f target_compile_options(uking PRIVATE -Wno-invalid-offsetof) target_compile_options(uking PRIVATE -Wextra-semi) -set(NN_SDK_MAJOR 4) -set(NN_SDK_MINOR 4) -set(NN_SDK_PATCH 0) +set(NN_SDK 4.4.0) +set(NN_WARE 1.6.1) set(NN_SDK_TYPE "Release") - -# todo: figure out actual number, in between odyssey and splatoon -set(NN_WARE_MAJOR 1) -set(NN_WARE_MINOR 6) -set(NN_WARE_PATCH 1) - add_subdirectory(lib/NintendoSDK) target_link_libraries(uking PUBLIC NintendoSDK) |
