2023-05-25 18:41:16 +00:00
|
|
|
include_directories(SYSTEM ../third_party/armadillo-code/include)
|
|
|
|
#add_executable(test_daq test_daq.cpp)
|
2022-10-12 13:02:42 +00:00
|
|
|
add_executable(test_smgr test_smgr.cpp)
|
2023-05-25 18:41:16 +00:00
|
|
|
|
2022-10-12 13:02:42 +00:00
|
|
|
include_directories(../src/lasp/device ../src/lasp/dsp ../src/lasp)
|
|
|
|
include_directories(../third_party/gsl-lite/include)
|
2023-05-25 18:41:16 +00:00
|
|
|
#target_link_libraries(test_daq lasp_device_lib lasp_dsp_lib)
|
2022-10-12 13:02:42 +00:00
|
|
|
target_link_libraries(test_smgr lasp_device_lib lasp_dsp_lib)
|