Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 8692aed0 authored by snuverink_j's avatar snuverink_j
Browse files

readd accidently removed Twiss class to CMakeLists.txt

parent 1ebb1071
No related branches found
No related tags found
1 merge request!354Resolve "Undocumented Actions"
...@@ -7,6 +7,7 @@ set (_SRCS ...@@ -7,6 +7,7 @@ set (_SRCS
RangeSelector.cpp RangeSelector.cpp
Selector.cpp Selector.cpp
Survey.cpp Survey.cpp
Twiss.cpp
) )
include_directories ( include_directories (
...@@ -25,6 +26,7 @@ set (HDRS ...@@ -25,6 +26,7 @@ set (HDRS
RangeSelector.h RangeSelector.h
Selector.h Selector.h
Survey.h Survey.h
Twiss.h
) )
install (FILES ${HDRS} DESTINATION "${CMAKE_INSTALL_PREFIX}/include/Tables") install (FILES ${HDRS} DESTINATION "${CMAKE_INSTALL_PREFIX}/include/Tables")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment