Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vbe0201/switch-cmake

CMake toolchain for Nintendo Switch homebrew development
https://github.com/vbe0201/switch-cmake

c cmake cmake-files cmake-toolchain cpp devkita64 devkitpro homebrew libnx nintendo nintendo-switch nx switch switch-cmake switch-homebrew

Last synced: about 3 hours ago
JSON representation

CMake toolchain for Nintendo Switch homebrew development

Awesome Lists containing this project

README

        

# switch-cmake

Extensible CMake toolchain for Switch homebrew development with devkitA64 and libnx.

## Table of Contents

- [Introduction](#introduction)
* [Why CMake](#why-cmake)
* [Quick Start](#quick-start)
- [Switch Homebrew](#switch-homebrew)
* [File Formats](#file-formats)
* [devkitPro Ecosystem](#devkitpro-ecosystem)
+ [devkitA64](#devkita64)
+ [portlibs](#portlibs)
+ [tools](#tools)
* [libnx](#libnx)
- [CMake Files](#cmake-files)
* [FindLibnx.cmake](#findlibnxcmake)
* [FindLibTwili.cmake](#findlibtwilicmake)
* [FindMbedTLS.cmake](#findmbedtlscmake)
* [SwitchTools.cmake](#switchtoolscmake)
- [Templates](#templates)
* [Application](#application)
* [Library](#library)
* [System Module](#system-module)

## Introduction

### Why CMake

### Quick Start

## Switch Homebrew

### File Formats

### devkitPro Ecosystem

#### devkitA64

#### portlibs

### libnx

## CMake Files

### FindLibnx.cmake

### FindLibTwili.cmake

### FindMbedTLS.cmake

### SwitchTools.cmake

## Templates

### Application

### Library

### System Module