Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaughan committed Jan 15, 2025
1 parent 72e8204 commit 99aadb2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ project(Zing

include(cmake/utils.cmake)
find_package(unofficial-concurrentqueue CONFIG REQUIRED)
find_package(SDL2 REQUIRED)
find_package(fmt CONFIG REQUIRED)
find_package(portaudio CONFIG REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(RESOURCE_FOLDER ${CMAKE_CURRENT_LIST_DIR}/res)
add_project_meta(META_FILES_TO_INCLUDE)

add_executable (${APP_NAME}
${OS_BUNDLE}
#${OS_BUNDLE}
${ZING_APP_SOURCE}
${META_FILES_TO_INCLUDE}
)
Expand Down
2 changes: 0 additions & 2 deletions app/cmake/demo_common.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
find_package(SDL2 REQUIRED)

macro(add_project_meta FILES_TO_INCLUDE)
if (NOT RESOURCE_FOLDER)
set(RESOURCE_FOLDER ${CMAKE_CURRENT_BINARY_DIR}/../res)
Expand Down
2 changes: 1 addition & 1 deletion libs/zest
Submodule zest updated 2 files
+1 −1 prebuild.bat
+1 −2 src/CMakeLists.txt

0 comments on commit 99aadb2

Please sign in to comment.