Add CMake module paths of c++utilities for library

This commit is contained in:
Martchus 2018-01-12 15:55:10 +01:00
parent 282a3a1fb6
commit 742511ba10
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ if(RapidJSON_FOUND)
)
endif()
# add (only) the include dirs for c++utilities because we're not depending on the actual library
# add (only) the CMake module and include dirs for c++utilities because we're not depending on the actual library
list(APPEND CMAKE_MODULE_PATH ${CPP_UTILITIES_MODULE_DIRS})
list(APPEND PUBLIC_SHARED_INCLUDE_DIRS "${CPP_UTILITIES_INCLUDE_DIRS}")
list(APPEND PUBLIC_STATIC_INCLUDE_DIRS "${CPP_UTILITIES_INCLUDE_DIRS}")