diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index ffec1ac60..156b5f266 100755 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -25,8 +25,8 @@ set_target_properties(_slsdet PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin/slsdet ) -#Copy Python code -set( PYTHON_FILES +# Copy Python code +set(PYTHON_FILES slsdet/__init__.py slsdet/adcs.py slsdet/bits.py @@ -41,7 +41,7 @@ set( PYTHON_FILES slsdet/errors.py slsdet/gaincaps.py slsdet/pattern.py - slsdet/PatternGenerator.py + slsdet/pattern_generator.py slsdet/gotthard2.py slsdet/moench.py slsdet/proxy.py