CMakeLists.txt
browsing at commit = be823b34a060fd9feb450e3642351d8e6835d66f
cmake_minimum_required(VERSION 2.8.9)
project (oastat_static_web_generator)
find_package(Boost COMPONENTS program_options REQUIRED)
add_executable(oastat_static_web_generator src/oastat_static_web_generator.cpp)
TARGET_LINK_LIBRARIES( oastat_static_web_generator ${Boost_LIBRARIES} cppdb ctemplate )