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