You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
function(configure_platform PROJECTNAME ROOT CORE PLATFORMFOLDER)
|
|
#if (${CORE} STREQUAL "ARMCA32")
|
|
# target_sources(${PROJECTNAME} PRIVATE ${PLATFORMFOLDER}/${CORE}/pagetables.s)
|
|
#
|
|
#endif()
|
|
target_include_directories(${PROJECTNAME} PUBLIC ${PLATFORMFOLDER})
|
|
endfunction() |