Added typelesscpp_test to cmake

This commit is contained in:
Jonathan Turner 2009-05-26 01:19:58 +00:00
parent 7e549e25dd
commit 304198b9bb

View File

@ -12,4 +12,6 @@ if(Boost_FOUND)
add_executable(langkit_test langkit/main.cpp langkit/langkit_lexer.cpp) add_executable(langkit_test langkit/main.cpp langkit/langkit_lexer.cpp)
target_link_libraries(langkit_test ${Boost_LIBRARIES}) target_link_libraries(langkit_test ${Boost_LIBRARIES})
add_executable(typelesscpp_test typelesscpp/test.cpp)
endif() endif()