first commit

This commit is contained in:
2019-08-23 10:54:57 +08:00
parent 9790a5757c
commit f768bbec4b
65 changed files with 5551 additions and 0 deletions

9
path_config.cmake Normal file
View 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()