hb/CMakeLists.txt

3 lines
105 B
CMake

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