Build with UKING_V150 define

So that we can account for version differences in libraries.
This commit is contained in:
Léo Lam 2022-04-03 15:43:44 +02:00
parent 15db815f86
commit d7efbae7c2
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
add_compile_definitions(UKING_NX_V150)
add_executable(uking)
target_include_directories(uking PRIVATE src)
target_compile_definitions(uking PRIVATE NON_MATCHING)