Skip to content
Snippets Groups Projects
Commit 10dfa72a authored by Ed Maros's avatar Ed Maros
Browse files

FrameAPI now does all reading of channel names from a file. Utilities calls the library

parent d64ef586
No related branches found
No related tags found
1 merge request!184Restored reading of channel list from file for Utilities directory
......@@ -61,6 +61,7 @@ set( ldas_create_rds_SOURCES
set( ldas_create_rds_LDADD
${LDASTOOLS_LIBRARIES_FULL_PATH}
${Boost_FILESYSTEM_LIBRARY}
${Boost_LIBRARIES}
)
cx_target_executable( ldas_create_rds
......@@ -80,6 +81,7 @@ set( ldas_trend_SOURCES
set( ldas_trend_LDADD
${LDASFRAME_LIBRARIES_FULL_PATH}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_LIBRARIES}
)
cx_target_executable( ldas_trend
......@@ -139,7 +141,9 @@ target_include_directories( ldas_trend BEFORE
# Tests
#========================================================================
set( test_query_SOURCES
set( test_query
_SOURCES
test_query.cc
query.cc
)
......@@ -147,6 +151,7 @@ set( test_query_SOURCES
set( test_query_LDADD
${LDASTOOLS_LIBRARIES_FULL_PATH}
${Boost_FILESYSTEM_LIBRARY}
${Boost_LIBRARIES}
)
utilities_target_test( test_query
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment