forked from mirror/nheko
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
301 B
12 lines
301 B
7 years ago
|
get_filename_component(Olm_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
|
||
|
list(APPEND CMAKE_MODULE_PATH ${Olm_CMAKE_DIR})
|
||
|
list(REMOVE_AT CMAKE_MODULE_PATH -1)
|
||
|
|
||
|
if(NOT TARGET Olm::olm)
|
||
|
include("${Olm_CMAKE_DIR}/OlmTargets.cmake")
|
||
|
endif()
|
||
|
|
||
|
set(Olm_LIBRARIES Olm::olm)
|