mirror of
https://github.com/Hizenberg469/GitMap.git
synced 2026-04-19 17:52:24 +03:00
11 lines
195 B
CMake
11 lines
195 B
CMake
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}) |