Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 committed Oct 21, 2024
1 parent 6e8bbae commit fe60941
Show file tree
Hide file tree
Showing 12 changed files with 481 additions and 406 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
build*/
CMakeLists.txt.user
.automaton/
.cache/
.idea/
cmake-build-*/
CMakeLists.txt.user
compile_commands.json
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.25)

project(REDasm)

Expand All @@ -20,7 +20,7 @@ if(NOT Qt6_FOUND)
find_package(Qt5LinguistTools)
endif()

include(LibREDasm/cmake/CPM.cmake)
include(LibREDasm/cmake/get_cpm.cmake)

if(GIT_FOUND)
execute_process(COMMAND ${GIT_EXECUTABLE} rev-parse --short HEAD
Expand Down
Loading

0 comments on commit fe60941

Please sign in to comment.