diff options
author | Thomas White <taw@physics.org> | 2019-05-10 13:59:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-05-14 10:02:50 +0200 |
commit | d88e1e65f971e19c6a66155bf67776fe3875098d (patch) | |
tree | d423174ff8fc9c147889fb1df7b9181b1cbbf55c /libcrystfel/CMakeLists.txt | |
parent | 2c31a5060a7f522e6facece025af90a29e154f27 (diff) |
Sketch out Spectrum API
Diffstat (limited to 'libcrystfel/CMakeLists.txt')
-rw-r--r-- | libcrystfel/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/CMakeLists.txt b/libcrystfel/CMakeLists.txt index 97ab8de3..67a20ee5 100644 --- a/libcrystfel/CMakeLists.txt +++ b/libcrystfel/CMakeLists.txt @@ -68,6 +68,7 @@ set(LIBCRYSTFEL_SOURCES src/taketwo.c src/xgandalf.c src/rational.c + src/spectrum.c ${BISON_symopp_OUTPUTS} ${FLEX_symopl_OUTPUTS} ) @@ -108,6 +109,7 @@ set(LIBCRYSTFEL_HEADERS src/taketwo.h src/xgandalf.h src/rational.h + src/spectrum.h ) if (DOXYGEN_FOUND) |