forked from pyrite-dev/milsko
Update examples/vkdemos/CMakeLists.txt
This commit is contained in:
parent
aac2b410c0
commit
714842461c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ find_package(Vulkan)
|
|||
|
||||
foreach(PATH IN LISTS EXAMPLES_VULKAN_SOURCES)
|
||||
get_filename_component(TARGET ${PATH} NAME_WE)
|
||||
add_executable(${TARGET} WIN32 MACOSX_BUNDLE ${PATH})
|
||||
add_executable(${TARGET} MACOSX_BUNDLE ${PATH})
|
||||
target_include_directories(
|
||||
${TARGET}
|
||||
PRIVATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue