mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-05 23:11:31 +01:00
Re-inserted detector header files
This commit is contained in:
@@ -87,12 +87,14 @@ analysis and imaging software Developed by University of Padova and INFN Sezione
|
||||
%dir /usr/include/mutom-0.2/Core
|
||||
%dir /usr/include/mutom-0.2/Math
|
||||
%dir /usr/include/mutom-0.2/Root
|
||||
%dir /usr/include/mutom-0.2/Detectors
|
||||
%dir /usr/include/mutom-0.2/Vtk
|
||||
/usr/include/mutom-0.2/*.h
|
||||
/usr/include/mutom-0.2/Core/*.h
|
||||
/usr/include/mutom-0.2/Math/*.h
|
||||
/usr/include/mutom-0.2/Math/*.hpp
|
||||
/usr/include/mutom-0.2/Root/*.h
|
||||
/usr/include/mutom-0.2/Detectors/*.h
|
||||
/usr/include/mutom-0.2/Vtk/*.h
|
||||
|
||||
|
||||
|
||||
@@ -16,12 +16,6 @@ set(BOOST_PP_VARIADICS ON)
|
||||
message(STATUS "PROJECT NAME = ${PROJECT_NAME}")
|
||||
message(STATUS "PACKAGE VERSION = ${PACKAGE_VERSION}")
|
||||
message(STATUS "PACKAGE NAME = ${PACKAGE_NAME}")
|
||||
execute_process(COMMAND "svnversion"
|
||||
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
|
||||
OUTPUT_VARIABLE SVN_REVISION
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE )
|
||||
|
||||
message(STATUS "SVN REVISION = ${SVN_REVISION}")
|
||||
|
||||
CHECK_INCLUDE_FILES(inittypes.h HAVE_INITTYPES_H)
|
||||
CHECK_INCLUDE_FILES(stdbool.h HAVE_STDBOOL_H)
|
||||
|
||||
@@ -31,7 +31,7 @@ message(STATUS "Module path: ${CMAKE_MODULE_PATH}")
|
||||
include(uLibMacros)
|
||||
include(uLibDebugMacro)
|
||||
include(uLibTargetMacros)
|
||||
include(uLibGenerateRMake)
|
||||
#include(uLibGenerateRMake)
|
||||
|
||||
|
||||
## GLOBALS ------------------------------------------------------------------ ##
|
||||
@@ -57,6 +57,7 @@ set(ULIB_SELECTED_MODULES
|
||||
Core
|
||||
Math
|
||||
Root
|
||||
Detectors
|
||||
)
|
||||
|
||||
## uLib_add_shared_library puts names there
|
||||
|
||||
@@ -1,37 +1,37 @@
|
||||
# HEADERS
|
||||
set(HEADERS
|
||||
DetectorChamber.h
|
||||
ExperimentFitEvent.h
|
||||
GeantEvent.h
|
||||
HitMC.h
|
||||
MuonScatter.h
|
||||
MuonEvent.h
|
||||
MuonError.h
|
||||
ChamberHitEvent.h
|
||||
Hit.h
|
||||
LinearFit.h
|
||||
Solid.h
|
||||
Matter.h
|
||||
Scene.h
|
||||
)
|
||||
#set(HEADERS
|
||||
# DetectorChamber.h
|
||||
# ExperimentFitEvent.h
|
||||
# GeantEvent.h
|
||||
# HitMC.h
|
||||
# MuonScatter.h
|
||||
# MuonEvent.h
|
||||
# MuonError.h
|
||||
# ChamberHitEvent.h
|
||||
# Hit.h
|
||||
# LinearFit.h
|
||||
# Solid.h
|
||||
# Matter.h
|
||||
# Scene.h
|
||||
#)
|
||||
|
||||
|
||||
# SOURCES
|
||||
set(SOURCES
|
||||
Solid.cpp
|
||||
Scene.cpp
|
||||
)
|
||||
#set(SOURCES
|
||||
# Solid.cpp
|
||||
# Scene.cpp
|
||||
#)
|
||||
|
||||
set(LIBRARIES
|
||||
${Boost_SERIALIZATION_LIBRARY}
|
||||
${Boost_SIGNALS_LIBRARY}
|
||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
${Eigen_LIBRARY}
|
||||
${Geant4_LIBRARIES}
|
||||
${ROOT_LIBRARIES}
|
||||
${PACKAGE_LIBPREFIX}Core
|
||||
${PACKAGE_LIBPREFIX}Math
|
||||
)
|
||||
#set(LIBRARIES
|
||||
# ${Boost_SERIALIZATION_LIBRARY}
|
||||
# ${Boost_SIGNALS_LIBRARY}
|
||||
# ${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
# ${Eigen_LIBRARY}
|
||||
# ${Geant4_LIBRARIES}
|
||||
# ${ROOT_LIBRARIES}
|
||||
# ${PACKAGE_LIBPREFIX}Core
|
||||
# ${PACKAGE_LIBPREFIX}Math
|
||||
#)
|
||||
|
||||
set(HEADERS MuonScatter.h MuonError.h MuonEvent.h)
|
||||
|
||||
uLib_add_shared_library(${uLib-module})
|
||||
add_subdirectory(testing)
|
||||
|
||||
Reference in New Issue
Block a user