mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-29 09:28:24 -05:00
7 lines
176 B
CMake
Executable File
7 lines
176 B
CMake
Executable File
set(STB_PREV_MODULE_PATH ${CMAKE_MODULE_PATH})
|
|
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
_find_package(${ARGS})
|
|
|
|
set(CMAKE_MODULE_PATH ${STB_PREV_MODULE_PATH})
|