This commit is contained in:
Florian Lüke 2024-11-23 12:08:52 +01:00
parent 8f8b463a14
commit 8ac61415ef

View file

@ -47,44 +47,6 @@ add_node_dev_executable(mnode_proto_test1)
target_sources(mnode_proto_test1 PRIVATE thread_name.cc)
target_link_libraries(mnode_proto_test1 PRIVATE mnode-proto mesytec-mvlc)
#add_node_dev_executable(pair_consumer pair_consumer.cc)
#target_compile_features(pair_consumer PRIVATE cxx_std_17)
#target_link_libraries(pair_consumer PRIVATE mesytec-node-nng)
#target_compile_options(pair_consumer PRIVATE ${MVLC_NNG_NODE_WARN_FLAGS})
#
#add_node_dev_executable(pair_inproc pair_inproc.cc)
#target_compile_features(pair_inproc PRIVATE cxx_std_17)
#target_link_libraries(pair_inproc PRIVATE mesytec-node-nng)
#target_compile_options(pair_inproc PRIVATE ${MVLC_NNG_NODE_WARN_FLAGS})
#
#add_node_dev_executable(mvlc_nng_replay mvlc_nng_replay.cc)
#target_compile_features(mvlc_nng_replay PRIVATE cxx_std_17)
#target_link_libraries(mvlc_nng_replay PRIVATE mesytec-node-nng PRIVATE mesytec-mvlc)
#target_compile_options(mvlc_nng_replay PRIVATE ${MVLC_NNG_NODE_WARN_FLAGS})
#
#add_node_dev_executable(mesy_nng_pipeline_main mesy_nng_pipeline_main.cc)
#target_compile_features(mesy_nng_pipeline_main PRIVATE cxx_std_17)
#target_link_libraries(mesy_nng_pipeline_main PRIVATE mesytec-node-nng)
#target_compile_options(mesy_nng_pipeline_main PRIVATE ${MVLC_NNG_NODE_WARN_FLAGS})
#
#add_node_dev_executable(mesy_nng_push_pull_main mesy_nng_push_pull_main.cc)
#target_compile_features(mesy_nng_push_pull_main PRIVATE cxx_std_17)
#target_link_libraries(mesy_nng_push_pull_main PRIVATE mesytec-node-nng)
#target_compile_options(mesy_nng_push_pull_main PRIVATE ${MVLC_NNG_NODE_WARN_FLAGS})
#
#add_node_dev_executable(mesy_nng_pub_producer pub_producer.cc)
#target_compile_features(mesy_nng_pub_producer PRIVATE cxx_std_17)
#target_link_libraries(mesy_nng_pub_producer PRIVATE mesytec-node-nng)
#target_compile_options(mesy_nng_pub_producer PRIVATE ${MVLC_NNG_NODE_WARN_FLAGS})
#
#add_node_dev_executable(mesy_nng_sub_consumer sub_consumer.cc)
#target_compile_features(mesy_nng_sub_consumer PRIVATE cxx_std_17)
#target_link_libraries(mesy_nng_sub_consumer PRIVATE mesytec-node-nng)
#target_compile_options(mesy_nng_sub_consumer PRIVATE ${MVLC_NNG_NODE_WARN_FLAGS})
#
#add_node_dev_executable(mnode-proto-test1 mnode_proto_test1.cc thread_name.cc)
#target_link_libraries(mnode-proto-test1 PRIVATE mnode-proto PRIVATE mesytec-node-nng PRIVATE mesytec-mvlc)
#add_subdirectory(qt)
#unset(CMAKE_C_CLANG_TIDY)