mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
ENH: Embed shader source in binary.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user