git repos / oastat_static_web_generator

CMakeLists.txt

browsing at commit = 5104d5a09fd91a2ec346a223bd51bcc8b97dbf4f

raw · blame · history

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 )