mirror of
https://github.com/Hizenberg469/GitMap.git
synced 2026-04-19 17:52:24 +03:00
Implementing XML
This commit is contained in:
11
test/CMakeLists.txt
Normal file
11
test/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
set(TEST_EXECUTABLE
|
||||
"test_main")
|
||||
|
||||
set(TEST_SRC
|
||||
"test_main.c")
|
||||
|
||||
add_executable(${TEST_EXECUTABLE}
|
||||
${TEST_SRC})
|
||||
|
||||
target_link_libraries(${TEST_EXECUTABLE} PUBLIC
|
||||
${GITMAP_LIBRARY})
|
||||
0
test/test_main.c
Normal file
0
test/test_main.c
Normal file
Reference in New Issue
Block a user