Removed redundant code into separate member function.
[bpdyndnsd] / CMakeLists.txt
CommitLineData
4545a371
BS
1CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
2
3PROJECT(bpdyndnsd)
4
5# if you don't want the full compiler output, remove the following line
6SET(CMAKE_VERBOSE_MAKEFILE ON)
7
8# add definitions, compiler switches, etc.
9ADD_DEFINITIONS(-Wall -O2)
10
0ab5653f 11add_subdirectory(src)