File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11# Basic parameters; check that these match your project / environment
22cmake_minimum_required (VERSION 3.9...3.26)
33
4- include (${32BLIT_DIR} /32blit-pico/sdk_import.cmake OPTIONAL )
5-
64# Replace "game" with a name for your project (this is used the name of the output)
75project (blit-kart)
86
@@ -34,7 +32,7 @@ find_package (32BLIT CONFIG REQUIRED PATHS ../32blit-sdk)
3432
3533# track info generation
3634add_custom_command (COMMAND
37- ${PYTHON_EXECUTABLE } ${CMAKE_CURRENT_SOURCE_DIR} /extract_track_info.py "${CMAKE_CURRENT_SOURCE_DIR} " "${CMAKE_CURRENT_BINARY_DIR} "
35+ ${Python_EXECUTABLE } ${CMAKE_CURRENT_SOURCE_DIR} /extract_track_info.py "${CMAKE_CURRENT_SOURCE_DIR} " "${CMAKE_CURRENT_BINARY_DIR} "
3836 OUTPUT track-info.cpp
3937 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR} /extract_track_info.py ${CMAKE_CURRENT_BINARY_DIR} /assets.hpp
4038)
You can’t perform that action at this time.
0 commit comments