3 lines
86 B
CMake
3 lines
86 B
CMake
add_executable(wieve-calc calc.c)
|
|
target_link_libraries(wieve-calc ${GTK3_LIBRARIES})
|