Make lib work as a c or c++ library
This commit is contained in:
@@ -19,5 +19,7 @@ target_compile_options(conflict_set_test PRIVATE -UNDEBUG)
|
||||
# Only emit compile warnings for test
|
||||
target_compile_options(conflict_set_test PRIVATE -Wall -Wextra -Wpedantic -Wunreachable-code)
|
||||
|
||||
# TODO add a smoke test for the public api (c++11, c99)?
|
||||
|
||||
include(CTest)
|
||||
add_test(NAME conflict_set_test COMMAND conflict_set_test)
|
Reference in New Issue
Block a user