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
93b2dc3d
Commit
93b2dc3d
authored
Jul 03, 2017
by
Aitor Henry
Committed by
Sebastien Petitdemange
Mar 01, 2018
Browse files
Using functions in new cmake file instead of including differents cmake files.
parent
d6c4428c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
93b2dc3d
...
...
@@ -44,10 +44,10 @@ endif()
target_link_libraries
(
lima
${
NAME
}
limacore
)
target_link_libraries
(
lima
${
NAME
}
${
PILATUS_CBF_LIB
}
)
include
(
Camera
VERSION
)
limatools_set_library_soversion
(
lima
${
NAME
}
"
VERSION
"
)
install
(
TARGETS lima
${
NAME
}
LIBRARY DESTINATION lib
)
if
(
LIMA_ENABLE_PYTHON
)
include
(
CameraRunSIP
)
limatools_run_sip_for_camera
(
${
NAME
}
)
install
(
FILES python/__init__.py DESTINATION
"
${
PYTHON_SITE_PACKAGES_DIR
}
/Lima/Pilatus"
)
endif
()
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