Revision fcff95b93aaa676120d6c695baa7f1da3fdbe194 authored by Danilo Piparo on 28 January 2014, 14:10:39 UTC, committed by Danilo Piparo on 28 January 2014, 15:29:24 UTC
1 parent 6f67438
Raw File
CMakeLists.txt
add_subdirectory (geom)        # special CMakeLists.txt
add_subdirectory (geombuilder) # special CMakeLists.txt
add_subdirectory (geompainter) # special CMakeLists.txt
if(gdml)
  add_subdirectory(gdml)
endif()

back to top