Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into orgpal-mesh
  • Loading branch information
actions-user committed Oct 26, 2023
2 parents 88cad40 + b06b60c commit 7128b69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMake/Modules/FindNF_NativeAssemblies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ option(API_nanoFramework.Hardware.TI "option for nanoFramework.Hardwa
option(API_nanoFramework.GiantGecko.Adc "option for nanoFramework.GiantGecko.Adc")
option(API_Hardware.GiantGecko "option for Hardware.GiantGecko")

###################################
# add options for private APIs here

###################################

#################################################################
# macro to perform individual settings to add an API to the build
macro(PerformSettingsForApiEntry apiNamespace)
Expand Down Expand Up @@ -363,6 +368,10 @@ endif()
# Interop assemblies
ParseInteropAssemblies()

##################################
# add parsing of private APIs here

##################################

# parse the declarations to have new lines and ';'
string(REPLACE ";;" ";\n" CLR_RT_NativeAssemblyDataDeclarations "${CLR_RT_NativeAssemblyDataList}")
Expand Down

0 comments on commit 7128b69

Please sign in to comment.