updated cmakelists.txt for licesnse

This commit is contained in:
2021-10-18 11:44:47 +02:00
parent a0ecf056d8
commit ca08cd9ec1
24 changed files with 47 additions and 1 deletions

2
slsDetectorSoftware/CMakeLists.txt Executable file → Normal file
View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-3.0-or-other
# Copyright (C) 2021 Contributors to the SLS Detector Package
set(SOURCES
src/DetectorImpl.cpp
src/Module.cpp

2
slsDetectorSoftware/tests/CMakeLists.txt Executable file → Normal file
View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-3.0-or-other
# Copyright (C) 2021 Contributors to the SLS Detector Package
target_sources(tests PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/test-SharedMemory.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test-slsDetector.cpp