CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(bpdyndnsd) # if you don't want the full compiler output, remove the following line SET(CMAKE_VERBOSE_MAKEFILE ON) # add definitions, compiler switches, etc. ADD_DEFINITIONS(-Wall -O2) add_subdirectory(src)