hepmc - Blame information for rev 509

Subversion Repositories:
Rev:
Rev Author Line No. Line
483 garren 1  
2 set( example_code
3                   example_BuildEventFromScratch.cc
4                   example_EventSelection.cc
5                   example_UsingIterators.cc
6                   example_UsingIterators.txt
7                   example_VectorConversion.cc
8                   VectorConversion.h
9                     )
10  
11 CONFIGURE_FILE( ${CMAKE_CURRENT_SOURCE_DIR}/GNUmakefile.example.in
12                 ${CMAKE_CURRENT_BINARY_DIR}/GNUmakefile  @ONLY )
13  
14 INSTALL (FILES ${example_code}  
15                ${CMAKE_CURRENT_BINARY_DIR}/GNUmakefile
16          DESTINATION share/HepMC/examples )
17  
18 add_subdirectory(fio)
509 garren 19 add_subdirectory(pythia8)