mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-05 22:14:04 -05:00
9 lines
217 B
CMake
Executable File
9 lines
217 B
CMake
Executable File
set(URHO3D_PREV_MODULE_PATH ${CMAKE_MODULE_PATH})
|
|
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
if(NOT URHO3D_LIBRARIES)
|
|
_find_package(${ARGS})
|
|
endif()
|
|
|
|
set(CMAKE_MODULE_PATH ${URHO3D_PREV_MODULE_PATH})
|