First step of new move attempt
This commit is contained in:
parent
2044da1dc6
commit
31cf022989
@ -8,9 +8,9 @@ SET (CMAKE_BUILD_TYPE gdb)
|
||||
SET (CMAKE_C_FLAGS_GDB " -Wall -ggdb")
|
||||
SET (CMAKE_CXX_FLAGS_GDB " -Wall -ggdb")
|
||||
|
||||
include_directories(boxedcpp)
|
||||
include_directories(dispatchkit langkit)
|
||||
|
||||
add_subdirectory(langkit bin)
|
||||
add_subdirectory(boxedcpp bin)
|
||||
add_subdirectory(dispatchkit bin)
|
||||
add_subdirectory(wesley bin)
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@ SET (CMAKE_CXX_FLAGS_GDB " -Wall -ggdb")
|
||||
find_package(Boost 1.36.0 COMPONENTS regex unit_test_framework)
|
||||
if(Boost_FOUND)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
include_directories(../langkit ../boxedcpp)
|
||||
include_directories(../langkit ../dispatchkit)
|
||||
|
||||
add_executable(wesley_test main.cpp)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user