mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 03:38:24 -05:00
4 lines
200 B
CMake
Executable File
4 lines
200 B
CMake
Executable File
get_filename_component(RAPIDJSON_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
|
set(RAPIDJSON_INCLUDE_DIRS "@INCLUDE_INSTALL_DIR@")
|
|
message(STATUS "RapidJSON found. Headers: ${RAPIDJSON_INCLUDE_DIRS}")
|