mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-03 02:56:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			246 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			246 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
# 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) |