add AssetsType/Source files

This commit is contained in:
2020-01-12 19:33:39 +08:00
parent 4683240be0
commit ef66ff499e
4 changed files with 66 additions and 0 deletions

9
path_config.cmake Normal file
View File

@@ -0,0 +1,9 @@
macro(CMAssetsManageSetup CMASSETS_MANAGE_ROOT_PATH)
message("CMASSETS_MANAGE_ROOT_PATH: " ${CMASSETS_MANAGE_ROOT_PATH})
set(CMASSETS_MANAGE_ROOT_INCLUDE_PATH ${CMASSETS_MANAGE_ROOT_PATH}/inc)
set(CMASSETS_MANAGE_ROOT_SOURCE_PATH ${CMASSETS_MANAGE_ROOT_PATH}/src)
include_directories(${CMASSETS_MANAGE_ROOT_INCLUDE_PATH})
endmacro()