forked from teamnwah/openmw-tes3coop
3a68f4bd8f
- add luajit - remove terra/callff - fix template issue - add missing include - search for sol in extern
10 lines
209 B
CMake
10 lines
209 B
CMake
# Once found, defines:
|
|
# Sol2_FOUND
|
|
# Sol2_INCLUDE_DIRS
|
|
|
|
include(LibFindMacros)
|
|
|
|
libfind_pkg_detect(Sol2 sol2
|
|
FIND_PATH sol.hpp
|
|
PATHS ${CMAKE_SOURCE_DIR}/extern/sol/single/sol)
|
|
libfind_process(Sol2)
|