snapshot of svn
This commit is contained in:
25
src/MIC/CMakeLists.txt
Normal file
25
src/MIC/CMakeLists.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
SET (_SRCS
|
||||
MICBase.cpp
|
||||
MICChiSquare.cpp
|
||||
MICFFT.cpp
|
||||
MICGreensFunction.cpp
|
||||
MICCollimatorPhysics.cpp
|
||||
)
|
||||
|
||||
SET (_HDRS
|
||||
MICBase.h
|
||||
MICChiSquare.h
|
||||
MICFFT.h
|
||||
MICCollimatorPhysics.h
|
||||
MICGreensFunction.hpp
|
||||
MICMergeSort.h
|
||||
)
|
||||
|
||||
#INCLUDE_DIRECTORIES (
|
||||
# ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
#)
|
||||
|
||||
ADD_SOURCES (${_SRCS})
|
||||
ADD_HEADERS (${_HDRS})
|
||||
|
||||
INSTALL(FILES ${_HDRS} DESTINATION include/MIC)
|
||||
Reference in New Issue
Block a user