LAview.LaTeX-Struct/pkg-config/CMakeLists.txt

7 lines
165 B
CMake
Raw Normal View History

INCLUDE (PkgConfigCommon)
2015-10-12 14:39:17 +03:00
CONFIGURE_FILE (
"${CMAKE_CURRENT_SOURCE_DIR}/pkg-config.pc.in"
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_LOWERCASE_NAME}-${MAJOR}.pc"
)