Skip to content

Commit

Permalink
Updating build system to build srcslice without srcml
Browse files Browse the repository at this point in the history
  • Loading branch information
cnewman committed Nov 16, 2016
1 parent 3dca6ce commit b6a9d49
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

include_directories(src/headers src/cpp)

include_directories(${LIBXML2_INCLUDE_DIR}
${CMAKE_SOURCE_DIR}/srcSAXEventDispatch/srcSAX/src/srcsax
${CMAKE_SOURCE_DIR}/srcSAXEventDispatch/srcSAX/src/cpp
${CMAKE_SOURCE_DIR}/srcSAXEventDispatch/srcSAX/src/windows
srcSAXEventDispatch/src/dispatcher
srcSAXEventDispatch/src/policy_classes
src/headers
src/cpp)
add_subdirectory(src)
add_subdirectory(srcSAXEventDispatch)

0 comments on commit b6a9d49

Please sign in to comment.