platform.cmake 298 B

1234567
  1. function(configure_platform PROJECTNAME ROOT CORE PLATFORMFOLDER)
  2. #if (${CORE} STREQUAL "ARMCA32")
  3. # target_sources(${PROJECTNAME} PRIVATE ${PLATFORMFOLDER}/${CORE}/pagetables.s)
  4. #
  5. #endif()
  6. target_include_directories(${PROJECTNAME} PUBLIC ${PLATFORMFOLDER})
  7. endfunction()