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.
13 lines
246 B
CMake
13 lines
246 B
CMake
7 years ago
|
# Once found, defines:
|
||
|
# LuaJit_FOUND
|
||
|
# LuaJit_INCLUDE_DIRS
|
||
|
# LuaJit_LIBRARIES
|
||
|
|
||
|
include(LibFindMacros)
|
||
|
|
||
|
libfind_pkg_detect(LuaJit luajit
|
||
|
FIND_PATH luajit.h
|
||
|
FIND_LIBRARY NAMES luajit-5.1 luajit
|
||
|
)
|
||
|
|
||
|
libfind_process(LuaJit)
|