Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-pilatus
Commits
067d3ba9
Commit
067d3ba9
authored
May 14, 2018
by
Samuel Debionne
Committed by
Sebastien Petitdemange
May 24, 2018
Browse files
Change library name back to pilatus
parent
3a465f7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
067d3ba9
...
...
@@ -32,12 +32,11 @@ add_library(lima${NAME} SHARED ${${NAME}_srcs})
target_include_directories
(
lima
${
NAME
}
PUBLIC
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/include"
)
#LIBRARIES
find_library
(
PILATUS_CBF_LIB cbf
lib
)
find_library
(
PILATUS_CBF_LIB cbf
)
if
(
"
${
PILATUS_CBF_LIB
}
"
STREQUAL
"PILATUS_CBF_LIB-NOTFOUND"
)
message
(
FATAL_ERROR
"
${
NAME
}
:
cbflib
not found, you can search it in cmake-gui or try to install it if it isn't here."
)
message
(
FATAL_ERROR
"
${
NAME
}
:
CBF library
not found, you can search it in cmake-gui or try to install it if it isn't here."
)
endif
()
target_link_libraries
(
lima
${
NAME
}
limacore
)
target_link_libraries
(
lima
${
NAME
}
${
PILATUS_CBF_LIB
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment