mirror of
https://github.com/Hizenberg469/GitMap.git
synced 2026-04-20 02:02:23 +03:00
8 lines
152 B
CMake
8 lines
152 B
CMake
set(GITMAP Gitmap)
|
|
set(MAIN_SRC "main.c")
|
|
|
|
add_executable(${GITMAP}
|
|
${MAIN_SRC})
|
|
|
|
target_link_libraries(${GITMAP} PUBLIC
|
|
${GTIMAP_LIBRARY}) |