Skip to content

Commit 0ba40c5

Browse files
committed
added testROC.exe
1 parent a995388 commit 0ba40c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ O2_GENERATE_EXECUTABLE(
180180
BUCKET_NAME ${BUCKET_NAME}
181181
)
182182

183+
O2_GENERATE_EXECUTABLE(
184+
EXE_NAME testROC.exe
185+
SOURCES src/testROC.cxx $<TARGET_OBJECTS:objMemUtils>
186+
BUCKET_NAME o2_readout_numa_bucket
187+
)
188+
183189
# Install some extra files
184190
install(
185191
FILES readout.cfg

0 commit comments

Comments
 (0)