Skip to content

Commit

Permalink
#78
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jan 24, 2021
1 parent bfdba65 commit 32f36f3
Show file tree
Hide file tree
Showing 24 changed files with 55,046 additions and 54,901 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ if(WIN32)

add_custom_command(TARGET modular-psu-firmware POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
"${PROJECT_SOURCE_DIR}/../SDL2-2.0.9/lib/x86/SDL2.dll"
"${PROJECT_SOURCE_DIR}/../SDL2-2.0.14/lib/x86/SDL2.dll"
$<TARGET_FILE_DIR:modular-psu-firmware>)

add_custom_command(TARGET modular-psu-firmware POST_BUILD
Expand Down
2 changes: 1 addition & 1 deletion cmake.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set SDL2DIR=..\SDL2-2.0.9
set SDL2DIR=..\SDL2-2.0.14
set SDL2IMAGEDIR=..\SDL2_image-2.0.4

if not exist "build" mkdir "build"
Expand Down
Loading

0 comments on commit 32f36f3

Please sign in to comment.