Skip to content

Commit 4a3b450

Browse files
committed
everything runs and can close without validation warnings other than the semaphore. resizing still doesn't work. Next step is to get the parts of the engine to demonstrate things.
1 parent e3f6fc6 commit 4a3b450

File tree

8 files changed

+1070
-45
lines changed

8 files changed

+1070
-45
lines changed
71.1 KB
Binary file not shown.

attachments/simple_engine/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ find_package (Vulkan REQUIRED)
1515
find_package (tinygltf REQUIRED)
1616
find_package (KTX REQUIRED)
1717
find_package (stb REQUIRED)
18+
find_package (OpenAL REQUIRED)
1819

1920
# set up Vulkan C++ module
2021
add_library(VulkanCppModule)
@@ -124,6 +125,7 @@ target_link_libraries(SimpleEngine PRIVATE
124125
tinygltf::tinygltf
125126
KTX::ktx
126127
stb::stb
128+
OpenAL::OpenAL
127129
)
128130

129131
if(NOT DEFINED ANDROID)

0 commit comments

Comments
 (0)