mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-04 03:40:04 +02:00
* updated registers, arm64 * compiler set to aarch64 for xilinx server * updated RegisterDefs.h * merge into generate branch and resolving conflicts and adding the xilinx changes to callerspecial and commands.yaml * compiles and can print firmware version (using a different csp0 address) * fixing other servers (gotthard, jungfrau, moench, mythen3) that it returns in case of mapping failure, xilinxctb: added that it checks type, prints proper fw version, checks kernel date, added armprocessor define to use in common places, added specifiers to supress overflow and truncation warnings * added detector ip and mac adddress to the printout * fixed tests and recompiled servers
21 lines
685 B
CMake
21 lines
685 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(xilinx_ctbDetectorServer)
|
|
add_subdirectory(eigerDetectorServer)
|
|
add_subdirectory(gotthardDetectorServer)
|
|
add_subdirectory(jungfrauDetectorServer)
|
|
add_subdirectory(mythen3DetectorServer)
|
|
add_subdirectory(gotthard2DetectorServer)
|
|
add_subdirectory(moenchDetectorServer)
|