Skip to content
Snippets Groups Projects
Commit 97c8bc69 authored by Mathias Paulin's avatar Mathias Paulin :speech_balloon:
Browse files

[build] install Mara application when installing the lib

parent 0d50d1cf
Branches
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ endif()
if(BUILD_MARA)
set(MARA_IN_BUILD_TREE True)
add_subdirectory(Mara EXCLUDE_FROM_ALL)
#add_subdirectory(Mara)
#add_subdirectory(Mara EXCLUDE_FROM_ALL)
add_subdirectory(Mara)
endif()
if(BUILD_MARABOUTAGE)
......@@ -27,4 +27,4 @@ endif()
if (BUILD_TESTNODEGRAPH)
set(TESTNODEGRAPH_IN_BUILD_TREE True)
add_subdirectory(TestNodeGraph EXCLUDE_FROM_ALL)
endif()
\ No newline at end of file
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment