Skip to content

Commit

Permalink
reenable vulkan deps
Browse files Browse the repository at this point in the history
  • Loading branch information
M2-TE committed Nov 25, 2024
1 parent 464faff commit f42a1d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (NOT DEFINED CHAD_LEAF_BITS)
endif()

# create executable/library
file(GLOB CPP_SOURCE_FILES CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp")
file(GLOB_RECURSE CPP_SOURCE_FILES CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp")
if (CHAD_TOP_LEVEL)
add_executable(${PROJECT_NAME} ${CPP_SOURCE_FILES})
target_compile_definitions(${PROJECT_NAME} PRIVATE CHAD_MAIN)
Expand Down Expand Up @@ -66,6 +66,6 @@ include(glm)
include(fmt)
include(phmap)
include(morton)
# include(vulkan)
# include(vma)
# include(shaders)
include(vulkan)
include(vma)
include(shaders)

0 comments on commit f42a1d5

Please sign in to comment.