mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
6 lines
248 B
CMake
6 lines
248 B
CMake
|
|
if (DEFINED IPC_CONFIG_FILE_PATH)
|
|
add_definitions(-DIPC_CONFIG_FILE_PATH=\"${IPC_CONFIG_FILE_PATH}\")
|
|
else()
|
|
message(FATAL_ERROR "You set define IPC_CONFIG_FILE_PATH in toolchan .cmake file to tell code where to save config file.")
|
|
endif() |