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() |