mirror of
https://github.com/Tilo-K/sea-flags.git
synced 2026-01-09 23:41:01 +00:00
inital
This commit is contained in:
12
tests/CMakeLists.txt
Normal file
12
tests/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
add_executable(SeaFlagTests
|
||||
test_main.c
|
||||
)
|
||||
|
||||
target_link_libraries(SeaFlagTests PRIVATE SeaFlags)
|
||||
|
||||
target_include_directories(SeaFlagTests
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../include
|
||||
)
|
||||
|
||||
add_test(NAME RunSeaFlagTests COMMAND SeaFlagTests)
|
||||
Reference in New Issue
Block a user