Skip to content
Snippets Groups Projects
Commit 5ebc7370 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny: Committed by Graeme Stewart
Browse files

fixing nightly CMake errors. Details:...

fixing nightly CMake errors. Details: https://its.cern.ch/jira/browse/ATLASVPONE-313 (VP1BPhysSystems-00-00-06)

     * fixing CMake errors
	   details: https://its.cern.ch/jira/browse/ATLASVPONE-313
	 * tag: VP1BPhysSystems-00-00-06
parent 6c4a1fa3
No related merge requests found
...@@ -23,16 +23,26 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -23,16 +23,26 @@ atlas_depends_on_subdirs( PUBLIC
find_package( Coin3D ) find_package( Coin3D )
find_package( Eigen ) find_package( Eigen )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread Table MathMore Minuit Minuit2 Matrix Physics HistPainter Rint Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11 ) find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread Table MathMore Minuit Minuit2 Matrix Physics HistPainter Rint Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11 )
find_package( Qt4 COMPONENTS QtCore QtOpenGL QtGui )
include_directories( /usr/X11R6/include ) include_directories( /usr/X11R6/include )
# Generate UI files automatically:
set( CMAKE_AUTOUIC TRUE )
# Generate MOC files automatically:
set( CMAKE_AUTOMOC TRUE )
# Generate resource files automatically:
set( CMAKE_AUTORCC TRUE )
# to let CMake find .h files automatically-generated from .ui files
set(CMAKE_INCLUDE_CURRENT_DIR ON)
# tag ROOTSTLDictLibs was not recognized in automatic conversion in cmt2cmake # tag ROOTSTLDictLibs was not recognized in automatic conversion in cmt2cmake
# tag ROOTBasicLibs was not recognized in automatic conversion in cmt2cmake # tag ROOTBasicLibs was not recognized in automatic conversion in cmt2cmake
# Component(s) in the package: # Component(s) in the package:
atlas_add_library( VP1BPhysSystems atlas_add_library( VP1BPhysSystems VP1BPhysSystems/*.h src/*.h src/*.cxx src/*.qrc
src/*.c*
PUBLIC_HEADERS VP1BPhysSystems PUBLIC_HEADERS VP1BPhysSystems
INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${COIN3D_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${COIN3D_INCLUDE_DIRS}
......
package VP1BPhysSystems package VP1BPhysSystems
author Daniel Scheirich <Daniel.Scheirich@cern.ch> author Daniel Scheirich <Daniel.Scheirich@cern.ch>
author R.M. BIANCHI <rbianchi@cern.ch>
use AtlasPolicy AtlasPolicy-* use AtlasPolicy AtlasPolicy-*
use VP1Base VP1Base-* graphics/VP1 use VP1Base VP1Base-* graphics/VP1
......
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