We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae0759 commit ce91edcCopy full SHA for ce91edc
shared/source/enable_cores.cmake
@@ -56,6 +56,11 @@ macro(macro_for_each_platform)
56
list(APPEND CORE_SRCS_${CORE_TYPE}_CPP_BASE ${SRC_FILE})
57
endif()
58
59
+ set(SRC_FILE ${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR}${CORE_TYPE_LOWER}/additional_files_${CORE_TYPE_LOWER}.cmake)
60
+ if(EXISTS ${SRC_FILE})
61
+ include(${SRC_FILE})
62
+ endif()
63
+
64
foreach(BRANCH ${BRANCH_DIR_LIST})
65
set(PATH_TO_CORE ${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR}${CORE_TYPE_LOWER}${BRANCH})
66
0 commit comments