Skip to content

Commit

Permalink
Big changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-carson committed Oct 21, 2024
1 parent 8f93daf commit 5321053
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 83 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.27)

include(cmake/version.cmake)

Expand Down
10 changes: 5 additions & 5 deletions cmake/tools.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
################################
# bin2txt cart2prj prj2cart xplode wasmp2cart
################################

###############################################
# bin2txt cart2prj prj2cart xplode wasmp2cart #
###############################################
if(BUILD_TOOLS)

set(TOOLS_DIR ${CMAKE_SOURCE_DIR}/build/tools)
Expand Down Expand Up @@ -33,4 +32,5 @@ if(BUILD_TOOLS)
target_link_libraries(xplode m)
endif()

endif()
include(cmake/demos.cmake)
endif()
Loading

0 comments on commit 5321053

Please sign in to comment.