CMPlatform/path_config.cmake

9 lines
278 B
CMake
Raw Permalink Normal View History

2019-08-23 10:54:57 +08:00
macro(CMPlatformSetup source_path)
message("CMPLATFORM_ROOT_PATH: " ${source_path})
set(CMPLATFORM_ROOT_INCLUDE_PATH ${source_path}/inc)
set(CMPLATFORM_ROOT_SOURCE_PATH ${source_path}/src)
include_directories(${CMPLATFORM_ROOT_INCLUDE_PATH})
endmacro()