first add files

This commit is contained in:
2019-11-29 11:58:31 +08:00
parent 9c86489a35
commit 15db8e01c7
16 changed files with 677 additions and 0 deletions

11
path_config.cmake Normal file
View File

@@ -0,0 +1,11 @@
macro(CMUtilSetup source_path)
message("CMUTIL_ROOT_PATH: " ${source_path})
set(CMUTIL_ROOT_INCLUDE_PATH ${source_path}/inc)
set(CMUTIL_ROOT_SOURCE_PATH ${source_path}/src)
set(CMUTIL_ROOT_3RDPTY_PATH ${source_path}/3rdpty)
include_directories(${CMUTIL_ROOT_INCLUDE_PATH})
endmacro()