Skip to content

Commit 99aadb2

Browse files
committed
Fix demo
1 parent 72e8204 commit 99aadb2

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ project(Zing
2727

2828
include(cmake/utils.cmake)
2929
find_package(unofficial-concurrentqueue CONFIG REQUIRED)
30-
find_package(SDL2 REQUIRED)
3130
find_package(fmt CONFIG REQUIRED)
3231
find_package(portaudio CONFIG REQUIRED)
3332

app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set(RESOURCE_FOLDER ${CMAKE_CURRENT_LIST_DIR}/res)
2727
add_project_meta(META_FILES_TO_INCLUDE)
2828

2929
add_executable (${APP_NAME}
30-
${OS_BUNDLE}
30+
#${OS_BUNDLE}
3131
${ZING_APP_SOURCE}
3232
${META_FILES_TO_INCLUDE}
3333
)

app/cmake/demo_common.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
find_package(SDL2 REQUIRED)
2-
31
macro(add_project_meta FILES_TO_INCLUDE)
42
if (NOT RESOURCE_FOLDER)
53
set(RESOURCE_FOLDER ${CMAKE_CURRENT_BINARY_DIR}/../res)

libs/zest

0 commit comments

Comments
 (0)