Skip to content
Snippets Groups Projects
Commit d4894f34 authored by Riccardo Longo's avatar Riccardo Longo
Browse files

Update CMakeLists.txt

parent 8991315e
No related branches found
No related tags found
No related merge requests found
...@@ -49,9 +49,9 @@ include_directories (${XERCESC_INCLUDE}) ...@@ -49,9 +49,9 @@ include_directories (${XERCESC_INCLUDE})
#Test executable - does nothing #Test executable - does nothing
add_executable(test_JCaPA main.cpp) add_executable(test_JZCaPA main.cpp)
TARGET_LINK_LIBRARIES(test_JCaPA ${ROOT_LIBRARIES}) TARGET_LINK_LIBRARIES(test_JZCaPA ${ROOT_LIBRARIES})
TARGET_LINK_LIBRARIES(test_JCaPA ${XERCESC_LIBRARY}) TARGET_LINK_LIBRARIES(test_JZCaPA ${XERCESC_LIBRARY})
...@@ -62,16 +62,16 @@ add_subdirectory(Analysis) ...@@ -62,16 +62,16 @@ add_subdirectory(Analysis)
#MonteCarlo folder. The installation will be conditional and disabled by default (not everyone needs to work with it and requires dependencies) #MonteCarlo folder. The installation will be conditional and disabled by default (not everyone needs to work with it and requires dependencies)
#The starting point will be the work done by Mike Phipps #The starting point will be the work done by Mike Phipps
if (${JCaPA_ENABLE_MC} MATCHES "YES") if (${JZCaPA_ENABLE_MC} MATCHES "YES")
message("${BoldGreen} Monte Carlo extension enabled! ${ColourReset}") message("${BoldGreen} Monte Carlo extension enabled! ${ColourReset}")
add_subdirectory(MonteCarlo) add_subdirectory(MonteCarlo)
endif (${JCaPA_ENABLE_MC} MATCHES "YES") endif (${JZCaPA_ENABLE_MC} MATCHES "YES")
#Install test #Install test
install(TARGETS test_JCaPA RUNTIME DESTINATION bin) install(TARGETS test_JZCaPA RUNTIME DESTINATION bin)
#Install doxygen files #Install doxygen files
install(FILES doxygen/JCaPA_doxy.cnf DESTINATION doxygen) install(FILES doxygen/JZCaPA_doxy.cnf DESTINATION doxygen)
install(FILES Utils/ConfigFile2018.xml DESTINATION Utils) install(FILES Utils/ConfigFile2018.xml DESTINATION Utils)
install(FILES Utils/Alignment_2018.xml DESTINATION Utils) install(FILES Utils/Alignment_2018.xml DESTINATION Utils)
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