mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-05 19:54:49 +12:00
Add nihstro submodule
Enabled only during testing to help with assembling shaders in-code.
This commit is contained in:
parent
4b6266e3f2
commit
2cfcd8f639
3 changed files with 9 additions and 0 deletions
|
@ -524,7 +524,11 @@ endif()
|
|||
|
||||
if(ENABLE_TESTS)
|
||||
enable_testing()
|
||||
|
||||
find_package(Catch2 3 REQUIRED)
|
||||
add_library(nihstro-headers INTERFACE)
|
||||
target_include_directories(nihstro-headers SYSTEM INTERFACE ./third_party/nihstro/include)
|
||||
|
||||
add_executable(AlberTests
|
||||
tests/dynapica.cpp
|
||||
)
|
||||
|
@ -533,6 +537,7 @@ if(ENABLE_TESTS)
|
|||
PRIVATE
|
||||
Catch2::Catch2WithMain
|
||||
AlberCore
|
||||
nihstro-headers
|
||||
)
|
||||
|
||||
add_test(AlberTests AlberTests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue