CMakeLists.txt
browsing at commit = 5245f440c4f8c6ee1f1c72b3eaff9ad67071fe82
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 )