You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3coop/cmake/FindMono.cmake

10 lines
190 B
CMake

include(LibFindMacros)
libfind_pkg_detect(MONO mono-2.0
FIND_PATH mono/jit/jit.h
PATH_SUFFIXES mono-2.0
FIND_LIBRARY NAMES mono-2.0
)
libfind_process(MONO)