Skip to content

Commit

Permalink
Merge branch 'PokemonAutomation:main' into flyingtrailfarmer
Browse files Browse the repository at this point in the history
  • Loading branch information
NympheaR authored Dec 23, 2023
2 parents 2a57df7 + b2a4292 commit 0ac3f1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SerialPrograms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)

add_custom_target(build-time-make-directory ALL
COMMAND ${CMAKE_COMMAND} -E make_directory Assembly/)

#Find threads library
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
Expand Down Expand Up @@ -761,9 +764,7 @@ file(GLOB MAIN_SOURCES
Source/NintendoSwitch/Commands/NintendoSwitch_Commands_Superscalar.cpp
Source/NintendoSwitch/Commands/NintendoSwitch_Commands_Superscalar.h
Source/NintendoSwitch/Commands/NintendoSwitch_Messages_Device.h
Source/NintendoSwitch/Commands/NintendoSwitch_Messages_DigitEntry.h
Source/NintendoSwitch/Commands/NintendoSwitch_Messages_PushButtons.h
Source/NintendoSwitch/Commands/NintendoSwitch_Messages_Routines.h
Source/NintendoSwitch/Commands/NintendoSwitch_Messages_Superscalar.h
Source/NintendoSwitch/DevPrograms/BoxDraw.cpp
Source/NintendoSwitch/DevPrograms/BoxDraw.h
Expand Down

0 comments on commit 0ac3f1c

Please sign in to comment.