Skip to content

Commit

Permalink
changed project structure for future unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Oct 31, 2024
1 parent 4a778bc commit 2c29523
Show file tree
Hide file tree
Showing 37 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ set(CMAKE_CXX_FLAGS_DEBUG "-g")
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
set(DEBUG_SRC_FILES "")

add_subdirectory(src/tango-moenchzmq)
add_subdirectory(src/tango-moenchcontrol)
add_subdirectory(tango-moenchzmq)
add_subdirectory(tango-moenchcontrol)
1 change: 1 addition & 0 deletions tango-moenchcontrol/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory(src)
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ find_package(ZeroMQ REQUIRED)
find_package(Boost REQUIRED)
find_package(slsDetectorPackage 8.0 REQUIRED)


add_subdirectory(tangods)

add_executable(MoenchControl ${MOENCHCONTROL_TANGODS_SRC_FILES})

target_link_libraries(MoenchControl slsDetectorShared slsReceiverStatic Tango::Tango)

install(TARGETS MoenchControl DESTINATION bin)
install(TARGETS MoenchControl DESTINATION bin)
File renamed without changes.
1 change: 1 addition & 0 deletions tango-moenchzmq/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory(src)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2c29523

Please sign in to comment.