• gba_target_sources_instruction_set( target default )
  • Example
  • gba_target_object_copy( target input output {padding} )
  • Example
  • gba_target_fix( target inputOutput title gameCode makerCode version )
  • Example
  • gba_target_link_runtime( target library SAVE_TYPE {savetype} BUILD_TYPE {buildtype} )
  • Example
  • gba_target_link_agb_abi( target BUILD_TYPE ${buildtype} )
  • Example
  • gba_target_link_tonc( target BUILD_TYPE ${buildtype} )
  • Example
  • Example implementation
  • gba_target_link_gba_plusplus( target )
  • Example
  • Example implementation
  • gba_target_link_maxmod( target )
  • Example
  • Example implementation
  • gba_target_link_gbfs( target BUILD_TYPE ${buildtype} )
  • Example
  • Example implementation
  • gba_add_gbfs_target( target ... )
  • Example
  • gba_target_add_gbfs_dependency( target gbfsTarget )
  • Example
  • gba_target_link_posprintf( target )
  • Example
  • gba_target_append_gbfs( target gbfs input )
  • Example
  • gba_target_archive_dotcode( target input output region {title} )
  • Example
  • gba_external_project_add( name {options} )
  • Example