4 lines
117 B
CMake
4 lines
117 B
CMake
add_executable(shitgrep shitgrep.c)
|
|
set_default_target_options(shitgrep)
|
|
target_link_libraries(shitgrep PRIVATE lib)
|