forked from teamnwah/openmw-tes3coop
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.
10 lines
190 B
CMake
10 lines
190 B
CMake
6 years ago
|
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)
|