mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
5 lines
195 B
CMake
5 lines
195 B
CMake
include("${CMAKE_CURRENT_SOURCE_DIR}/../TestFindPackage.cmake")
|
|
|
|
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../modules" )
|
|
|
|
test_find_package(LCMS LCMS INCLUDE_DIR LIBRARIES VERSION)
|