From 7e1b4ee58c1c088cd5c1bdb9aa58df0e1a239ad9 Mon Sep 17 00:00:00 2001 From: mnpk Date: Wed, 10 Jun 2015 15:53:58 +0900 Subject: Add the very basic example, and Update README.md --- 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 6b42d49..1350865 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -7,6 +7,10 @@ target_link_libraries(example_vs ${Boost_LIBRARIES}) target_link_libraries(example_vs ${CMAKE_THREAD_LIBS_INIT}) else () +add_executable(helloworld helloworld.cpp) +target_link_libraries(helloworld ${Boost_LIBRARIES}) +target_link_libraries(helloworld ${CMAKE_THREAD_LIBS_INIT}) + add_executable(example example.cpp) #target_link_libraries(example crow) target_link_libraries(example ${Boost_LIBRARIES}) -- cgit v1.2.3-54-g00ecf