aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-10-24 01:20:19 +0900
committeripknHama <ipknhama@gmail.com>2014-10-24 01:20:19 +0900
commit023455ba58cabfc7afc3e99c399c7c25c0a643cb (patch)
treecce7ad53099c562d117f8fd5007206a928deca5a /examples
parent5c5c8fb4f59a1235e5093056814f7d272c049ab5 (diff)
downloadcrow-023455ba58cabfc7afc3e99c399c7c25c0a643cb.tar.gz
crow-023455ba58cabfc7afc3e99c399c7c25c0a643cb.zip
add building test for crow_all.h
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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