aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-08-07 08:31:27 +0900
committeripknHama <ipknhama@gmail.com>2014-08-07 08:31:27 +0900
commitc36aa219e25e26019035fe3465471fd510778422 (patch)
treebea27ec5e1adb3681babd7c818a7de5cb7551e4d /examples
parent81fcf4af0127d93e817877d0ce1223b606d30fd6 (diff)
downloadcrow-c36aa219e25e26019035fe3465471fd510778422.tar.gz
crow-c36aa219e25e26019035fe3465471fd510778422.zip
now crow becomes completely header only
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 24150f0..031cc04 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
project (crow_examples)
add_executable(example example.cpp)
-target_link_libraries(example crow)
+#target_link_libraries(example crow)
target_link_libraries(example ${Boost_LIBRARIES} )
add_custom_command(OUTPUT example_test.py
COMMAND ${CMAKE_COMMAND} -E
@@ -12,7 +12,7 @@ add_custom_command(OUTPUT example_test.py
add_custom_target(example_copy ALL DEPENDS example_test.py)
add_executable(example_chat example_chat.cpp)
-target_link_libraries(example_chat crow)
+#target_link_libraries(example_chat crow)
target_link_libraries(example_chat ${Boost_LIBRARIES} )
add_custom_command(OUTPUT example_chat.html
COMMAND ${CMAKE_COMMAND} -E