Log message on startup
[bpdyndnsd] / CMakeLists.txt
1 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
2
3 PROJECT(bpdyndnsd)
4
5 # if you don't want the full compiler output, remove the following line
6 SET(CMAKE_VERBOSE_MAKEFILE ON)
7
8 # add definitions, compiler switches, etc.
9 ADD_DEFINITIONS(-Wall -O2)
10
11 add_subdirectory(src)