mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
4 lines
226 B
CMake
4 lines
226 B
CMake
include(CheckIncludeFileCXX)
|
|
set(CMAKE_REQUIRED_INCLUDES "${CMAKE_INSTALL_INCLUDEDIR}")
|
|
check_include_file_cxx(parallel_hashmap/phmap.h PHMAP_PHMAP_INCLUDE)
|
|
check_include_file_cxx(parallel_hashmap/btree.h PHMAP_BTREE_INCLUDE)
|