File: python_qt_binding-extras.cmake.em

package info (click to toggle)
ros-python-qt-binding 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: python: 346; xml: 31; makefile: 25
file content (7 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
@[if DEVELSPACE]@
# location of cmake files in develspace
set(python_qt_binding_EXTRAS_DIR "@(CMAKE_CURRENT_SOURCE_DIR)/cmake")
@[else]@
# location of cmake files in installspace
set(python_qt_binding_EXTRAS_DIR "${python_qt_binding_DIR}")
@[end if]@