first commit
This commit is contained in:
9
path_config.cmake
Normal file
9
path_config.cmake
Normal file
@@ -0,0 +1,9 @@
|
||||
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()
|
Reference in New Issue
Block a user