forked from Alepha/Alepha
A lot of the tests are now in cmake.
I've also fixed a few things up so that the tests can be all run, more easily.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#cmake_policy( SET CMP0002 OLD )
|
||||
|
||||
add_compile_options( -I ${CMAKE_BINARY_DIR} ; -std=c++20 )
|
||||
add_compile_options( -I ${CMAKE_BINARY_DIR} ; -std=c++20 ; -I . )
|
||||
|
||||
|
||||
list( APPEND CMAKE_CTEST_ARGUMENTS "-VV" )
|
||||
|
Reference in New Issue
Block a user