First batch of rotgen implementation: constructors, basic infrastructure

This commit is contained in:
Karen Kaspar 2025-05-16 16:01:17 +02:00 committed by Joel Falcou
parent 2554a83890
commit afd504d679
9 changed files with 428 additions and 10 deletions

View file

@ -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)