Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prefix=@CMAKE_INSTALL_PREFIX@
- exec_prefix=${prefix} # defining another variable in terms of the first
- libdir=${exec_prefix}/lib
- includedir=${prefix}/include
- Name: Orocos-RTT # human-readable name
- Description: Open Robot Control Software: Real-Time Tookit # human-readable description
- Version: @RTT_VERSION@
- Libs: -L${libdir} -lorocos-rtt-@OROCOS_TARGET@ @RTT_USER_LINK_LIBS@ @RTT_USER_LDFLAGS@ # If some RTT headers include inline calls to other libraries, we need to specify these here too.
- Libs.private: @RTT_LINKFLAGS@
- Cflags: -I${includedir} @RTT_DEFINES@ @RTT_CFLAGS@ @RTT_USER_CFLAGS@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement