mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-02 10:50:05 +02:00
20 lines
642 B
CMake
20 lines
642 B
CMake
# SPDX-License-Identifier: LGPL-3.0-or-other
|
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
|
|
|
|
|
|
# Install fake the library
|
|
install(TARGETS slsProjectCSettings
|
|
EXPORT "${TARGETS_EXPORT_NAME}"
|
|
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
|
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
|
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
|
)
|
|
add_subdirectory(ctbDetectorServer)
|
|
add_subdirectory(eigerDetectorServer)
|
|
add_subdirectory(gotthardDetectorServer)
|
|
add_subdirectory(jungfrauDetectorServer)
|
|
add_subdirectory(mythen3DetectorServer)
|
|
add_subdirectory(gotthard2DetectorServer)
|
|
add_subdirectory(moenchDetectorServer)
|