Update CMakeLists.txt
Some checks failed
ci/woodpecker/push/woodpecker.json Pipeline failed

This commit is contained in:
Rebekah 2024-07-14 06:32:42 -04:00
parent 214fb64d7f
commit 0e3ba33f0e

View File

@ -30,8 +30,7 @@ find_package(glm REQUIRED)
find_package(SDL2 REQUIRED)
find_package(SDL2pp REQUIRED)
find_package(ImageMagick REQUIRED COMPONENTS convert identify )
#find_package(GLEW REQUIRED)
find_package(Vulkan REQUIRED)
find_package(Vulkan REQUIRED COMPONENTS glslc)
find_package(Doxygen)
add_executable(${PROJECT_NAME} "")