first add files
This commit is contained in:
11
path_config.cmake
Normal file
11
path_config.cmake
Normal 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()
|
Reference in New Issue
Block a user