Sha256: 8ad88ad092d9166a5ab283347f2a1c91e5f447c33811c5a21f45ccfc002c899f

Contents?: true

Size: 391 Bytes

Versions: 5

Compression:

Stored size: 391 Bytes

Contents

SET(prefix ${CMAKE_INSTALL_PREFIX})
SET(exec_prefix ${CMAKE_INSTALL_PREFIX})
SET(libdir ${CMAKE_INSTALL_PREFIX}/lib)
SET(includedir ${CMAKE_INSTALL_PREFIX}/include)
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/<%= variables[:PN] %>.pc.in ${CMAKE_BINARY_DIR}/<%= variables[:PN] %>.pc @ONLY)
INSTALL(FILES ${CMAKE_BINARY_DIR}/<%= variables[:PN] %>.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xezat-0.2.1 share/xezat/template/cmake.erb
xezat-0.2.0 share/xezat/template/cmake.erb
xezat-0.1.2 share/xezat/template/cmake.erb
xezat-0.1.1 share/xezat/template/cmake.erb
xezat-0.1.0 share/xezat/template/cmake.erb