]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEvtGen/HepMC/CMakeLists.txt
Resolving the symbols in each library
[u/mrichter/AliRoot.git] / TEvtGen / HepMC / CMakeLists.txt
index c22a09b0a6495f8e875891c7bb0addf1d4c5af48..1388a0fb58d9ec758bcae1d524026265ae2ec03c 100644 (file)
@@ -22,6 +22,7 @@ include_directories(${AliRoot_SOURCE_DIR}/TEvtGen/${MODULE})
 # Additional includes - alphabetical order except ROOT
 include_directories(${ROOT_INCLUDE_DIRS}
                     ${AliRoot_SOURCE_DIR}/TEvtGen
+                    ${AliRoot_SOURCE_DIR}/TEvtGen/EvtGen/EvtGenModels
 )
 
 # Sources - alphabetical order
@@ -52,15 +53,19 @@ set(SRCS
   Units.cc 
 )
 
+set (FSRCS
+  dummy.F
+)
+
 # No dictionary
 
 # Add a library to the project using the specified source files
-add_library(${MODULE} SHARED ${SRCS})
+add_library(${MODULE} SHARED ${SRCS} ${FSRCS})
 
 # Do not generate the ROOT map
 
 # Additional compilation flags
-set_target_properties(${MODULE} PROPERTIES COMPILE_FLAGS "-O -g")
+set_target_properties(${MODULE} PROPERTIES COMPILE_FLAGS "")
 target_link_libraries(${MODULE} )
 
 # System dependent: Modify the way the library is build