add files, but compile failed
This commit is contained in:
9
path_config.cmake
Normal file
9
path_config.cmake
Normal file
@@ -0,0 +1,9 @@
|
||||
macro(CMAudioSetup CMAUDIO_ROOT_PATH)
|
||||
|
||||
message("CMAUDIO_ROOT_PATH: " ${CMAUDIO_ROOT_PATH})
|
||||
|
||||
set(CMAUIOD_ROOT_INCLUDE_PATH ${CMAUDIO_ROOT_PATH}/inc)
|
||||
set(CMAUDIO_ROOT_SOURCE_PATH ${CMAUDIO_ROOT_PATH}/src)
|
||||
|
||||
include_directories(${CMAUIOD_ROOT_INCLUDE_PATH})
|
||||
endmacro()
|
Reference in New Issue
Block a user