Revision fdf6e37becc7c107c816e9b2bec46c48aaabe508 authored by Timur Pocheptsov on 24 March 2014, 13:19:20 UTC, committed by Timur Pocheptsov on 24 March 2014, 13:20:36 UTC
1 parent a2136cf
Raw File
CMakeLists.txt
Add_Subdirectory(hist)             # special CMakeLists.txt
Add_Subdirectory(histpainter)      # special CMakeLists.txt
Add_Subdirectory(spectrum)
Add_Subdirectory(spectrumpainter)  # special CMakeLists.txt
If(CMAKE_Fortran_COMPILER)
  Add_Subdirectory(hbook)
EndIf(CMAKE_Fortran_COMPILER)

back to top