Skip to content
Snippets Groups Projects
Commit 407758b0 authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Linked ctascheduler with SQLITE3

parent 148d065b
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@ set (CTA_SCHEDULER_SRC_FILES
add_library (ctascheduler SHARED
${CTA_SCHEDULER_SRC_FILES})
target_link_libraries (ctascheduler ${SQLITE3_LIBRARY_RELEASE})
add_library (ctaschedulertest SHARED
MockSchedulerDatabase.cpp
MockSchedulerDatabaseFactory.cpp
......
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