Skip to content
Snippets Groups Projects
Commit e737ee76 authored by Administrator's avatar Administrator
Browse files

Make build system happy

The code checker must know the libraries so to make him happy just
define them.
parent 19d9d6fd
No related branches found
No related tags found
1 merge request!825Update flesnet version in cbmroot
......@@ -62,4 +62,15 @@ else()
add_library(NICAFEMTO SHARED IMPORTED GLOBAL)
add_library(KFPARTICLE SHARED IMPORTED GLOBAL)
add_library(external::yaml-cpp STATIC IMPORTED GLOBAL)
set_target_properties(external::yaml-cpp PROPERTIES
IMPORTED_LOCATION external::yaml-cpp-NOTFOUND
)
add_library(external::fles_ipc STATIC IMPORTED GLOBAL)
set_target_properties(external::fles_ipc PROPERTIES
IMPORTED_LOCATION external::fles_ipc-NOTFOUND
)
add_library(external::fles_logging STATIC IMPORTED GLOBAL)
set_target_properties(external::fles_logging PROPERTIES
IMPORTED_LOCATION external::fles_logging-NOTFOUND
)
endif()
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