ENH: Embed shader source in binary.

This commit is contained in:
David Allemang
2023-01-27 09:35:29 -05:00
parent fff18e481f
commit b228f76658
8 changed files with 120 additions and 22 deletions

View File

@@ -4,7 +4,6 @@ project(toddcox-faster)
set(CMAKE_CXX_STANDARD 20)
include(FetchContent)
include(vendor/fmt.cmake)
include(vendor/peglib.cmake)
include(vendor/glad.cmake)
@@ -13,6 +12,8 @@ include(vendor/glm.cmake)
include(vendor/gtest.cmake)
include(vendor/yaml-cpp.cmake)
include(vendor/embed.cmake)
add_subdirectory(tc)
add_subdirectory(vis)