Skip to content

Commit

Permalink
Hopefulyl fix audio dll
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Dec 7, 2024
1 parent 9176daa commit ad8277c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Collect executable and assets
run: |
mkdir -p output
dir build/src/Release
cp build/src/Release/* output/
cp -r assets output/
Expand Down
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ add_subdirectory(sfml)
add_subdirectory(util)
add_subdirectory(emulator)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)

target_sources(8ChocChip PUBLIC main.cpp)

if(CMAKE_HOST_WIN32)
Expand Down

0 comments on commit ad8277c

Please sign in to comment.