blob: a4d41d5d6b9b0dcf4ddc67373c0d1b606892e486 [file] [log] [blame]
IF (WIN32)
set(VMA_REPLAY_SOURCE_FILES
Common.cpp
Constants.cpp
VmaReplay.cpp
VmaUsage.cpp
)
add_executable(VmaReplay ${VMA_REPLAY_SOURCE_FILES})
target_link_libraries(
VmaReplay
PRIVATE
Vulkan::Vulkan
)
ELSE()
message(STATUS "VmaReplay is not supported on Linux")
ENDIF()