Skip to content

Commit

Permalink
mdm task on hermes run links to sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeCernuda committed Oct 19, 2023
1 parent cfdac21 commit a5235d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tasks/coeus_mdm/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
#------------------------------------------------------------------------------
add_library(coeus_mdm SHARED
coeus_mdm.cc)
target_link_libraries(coeus_mdm ${Hermes_RUNTIME_LIBRARIES})
target_include_directories(coeus_mdm PRIVATE ${PROJECT_SOURCE_DIR}/include)
target_link_libraries(coeus_mdm
${Hermes_RUNTIME_LIBRARIES}
${SQLite3_LIBRARIES})
target_include_directories(coeus_mdm PRIVATE
${PROJECT_SOURCE_DIR}/include
${SQLite3_INCLUDE_DIRS})

#------------------------------------------------------------------------------
# Install Small Message Task Library
Expand Down

0 comments on commit a5235d7

Please sign in to comment.