From 023455ba58cabfc7afc3e99c399c7c25c0a643cb Mon Sep 17 00:00:00 2001 From: ipknHama Date: Fri, 24 Oct 2014 01:20:19 +0900 Subject: add building test for crow_all.h --- examples/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 2d449e4..1fcec94 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -9,6 +9,10 @@ if (Tcmalloc_FOUND) target_link_libraries(example ${Tcmalloc_LIBRARIES}) endif(Tcmalloc_FOUND) +add_executable(example_with_all example_with_all.cpp) +#target_link_libraries(example crow) +target_link_libraries(example_with_all ${Boost_LIBRARIES} ) + add_custom_command(OUTPUT example_test.py COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_SOURCE_DIR}/example_test.py ${CMAKE_CURRENT_BINARY_DIR}/example_test.py -- cgit v1.2.3-54-g00ecf