Skip to content

Commit

Permalink
try fix toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyler84 committed Sep 14, 2023
1 parent ec44c8c commit 3cc4855
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
cmake_minimum_required(VERSION 3.12)

# Change your executable name to something creative!
set(PROJECT_NAME "LibGUI")
project(${PROJECT_NAME} C CXX ASM)

include(pimoroni_pico_import.cmake)
include(pico_sdk_import.cmake)

# Gooey boilerplate
project(${PROJECT_NAME} C CXX ASM)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)

include(pico_sdk_import.cmake)
pico_sdk_init()
include(pimoroni_pico_import.cmake)

add_subdirectory(examples)

Expand Down

0 comments on commit 3cc4855

Please sign in to comment.