mirror of
https://github.com/Hizenberg469/GitMap.git
synced 2026-04-20 02:02:23 +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})
|
||||
Reference in New Issue
Block a user