Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vbe0201/switch-cmake
- Owner: vbe0201
- License: mit
- Created: 2019-02-13T20:55:13.000Z (almost 6 years ago)
- Default Branch: rewrite
- Last Pushed: 2022-08-07T02:01:23.000Z (over 2 years ago)
- Last Synced: 2023-03-05T02:07:00.278Z (over 1 year ago)
- Topics: c, cmake, cmake-files, cmake-toolchain, cpp, devkita64, devkitpro, homebrew, libnx, nintendo, nintendo-switch, nx, switch, switch-cmake, switch-homebrew
- Language: CMake
- Homepage:
- Size: 62.5 KB
- Stars: 38
- Watchers: 2
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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