Skip to content
InfiTechPPC edited this page Jun 19, 2026 · 1 revision

Working with CMake

If you have a project with CMake, you can start building it with nxdk-cmake

Getting Started

In order to get started with CMake you must fully build NXDK.

git clone --recursive https://github.com/XboxDev/nxdk.git
cd nxdk
./bin/activate
make NXDK_ONLY=y

Clone this wiki locally