/[PAMELA software]/PamVMC_update/CMakeLists.txt
ViewVC logotype

Diff of /PamVMC_update/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pam-ts, Sun Mar 22 11:08:45 2015 UTC revision 1.3 by pam-fi, Thu Mar 26 11:45:07 2015 UTC
# Line 134  target_link_libraries(PamVMC.exe Line 134  target_link_libraries(PamVMC.exe
134                          DarthVader                          DarthVader
135                          gfortran                          gfortran
136                       )                       )
137                        
138    # Build libPrimaryInfo.so
139    include_directories(aux/spectra_generator/)
140    root_generate_dictionary(PrimaryInfoDict
141                              aux/spectra_generator/PrimaryInfo.h
142                              LINKDEF aux/spectra_generator/LinkDef.h
143                            )
144    add_library(PrimaryInfo SHARED PrimaryInfoDict.cxx)
145    
146    # Build sp_gen
147    add_executable(sp_gen
148                    aux/spectra_generator/sp_gen_VF.C
149                  )
150    target_link_libraries(sp_gen
151                            ${ROOT_LIBRARIES}
152                            PrimaryInfo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
153                            yoda
154                            DarthVader
155                         )              
156  ###### Install rules  ###### Install rules
157  install(TARGETS PamVMC.exe DESTINATION bin)  install(TARGETS PamVMC.exe sp_gen DESTINATION bin)
158  install(TARGETS PamVMC_fc PamG4RunConfiguration DESTINATION lib)  install(TARGETS PamVMC_fc PamG4RunConfiguration PrimaryInfo DESTINATION lib)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23