mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Moved typelesscpp into boxedcpp
This commit is contained in:
parent
079f3478f8
commit
a8ba63277e
@ -9,10 +9,10 @@ SET (CMAKE_CXX_FLAGS_GDB " -Wall -ggdb")
|
||||
find_package( Boost 1.36.0 COMPONENTS regex)
|
||||
if(Boost_FOUND)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
include_directories(langkit typelesscpp)
|
||||
include_directories(langkit boxedcpp)
|
||||
|
||||
add_executable(langkit_test langkit/main.cpp langkit/langkit_lexer.cpp langkit/langkit_parser.cpp)
|
||||
target_link_libraries(langkit_test ${Boost_LIBRARIES})
|
||||
|
||||
add_executable(typelesscpp_test typelesscpp/test.cpp)
|
||||
add_executable(boxedcpp_test boxedcpp/test.cpp)
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user