Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Basic parameters; check that these match your project / environment
cmake_minimum_required(VERSION 3.9)

# If it's a pico build, include the necessary cmake files.
# This has to be called before project(game)
include(${32BLIT_DIR}/32blit-pico/sdk_import.cmake OPTIONAL)

# Replace "game" with a name for your project (this is used the name of the output)
project(game)

Expand Down