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/cmake/FindLuaJit.cmake

15 lines
273 B
CMake

# Once found, defines:
# LuaJit_FOUND
# LuaJit_INCLUDE_DIR
# LuaJit_LIBRARIES
include(LibFindMacros)
libfind_pkg_detect(LuaJit luajit
FIND_PATH luajit.h PATH_SUFFIXES luajit luajit-2.1
FIND_LIBRARY luajit-5.1 luajit
)
libfind_process(LuaJit)