Skip to content
Snippets Groups Projects
Commit 18f57fd1 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Include GBL

parent 919470dc
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,6 @@ INSTALL( TARGETS ${PROJECT_NAME} DESTINATION lib )
TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${ROOT_LIBS})
# the examples, build with "make examples"
ADD_SUBDIRECTORY( examples/ )
# add a target to generate API documentation with Doxygen
FIND_PACKAGE(Doxygen)
......
......@@ -127,6 +127,8 @@ SET(CORRYVRECKAN_DEPS_LIBRARIES ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES})
# Add "thisroot.sh" as runtime dependency for setup.sh file:
ADD_RUNTIME_DEP(thisroot.sh)
ADD_SUBDIRECTORY(3rdparty/GeneralBrokenLines)
###################################
# Load cpp format and check tools #
###################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment