First batch of rotgen implementation: constructors, basic infrastructure
This commit is contained in:
parent
2554a83890
commit
afd504d679
9 changed files with 428 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ rotgen_setup_test_targets()
|
|||
## Compiler options for Unit Tests
|
||||
##======================================================================================================================
|
||||
add_library(rotgen_test INTERFACE)
|
||||
target_compile_features(rotgen_test INTERFACE cxx_std_20)
|
||||
target_compile_options(rotgen_test INTERFACE -std=c++20 -Werror -Wall -Wextra -Wshadow -Wunused-variable)
|
||||
target_include_directories( rotgen_test INTERFACE ${PROJECT_SOURCE_DIR}/test)
|
||||
target_link_libraries(rotgen_test INTERFACE rotgen)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue