hb/CMakeLists.txt

3 lines
79 B
CMake

project(HostBlocker)
find_package(PkgConfig REQUIRED)
add_executable(hb main.c)