mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
11 lines
159 B
CMake
11 lines
159 B
CMake
# Once found, defines:
|
|
# Sol2_FOUND
|
|
# Sol2_INCLUDE_DIRS
|
|
|
|
include(LibFindMacros)
|
|
|
|
libfind_pkg_detect(Sol2 sol2
|
|
FIND_PATH sol.hpp
|
|
)
|
|
libfind_process(Sol2)
|
|
|