Skip to content
Snippets Groups Projects
Verified Commit 05072a6a authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
*.blend filter=lfs diff=lfs merge=lfs -text
*.blend1 filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.glb filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.tif filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
*.gltf filter=lfs diff=lfs merge=lfs
# IDE specific files
.project
.cproject
.vs/
.vscode/
.idea/
.editorconfig
# build directories
bin/
build/
cmake-build-debug/
cmake-build-release/
# VS build files and binaries
*.exe
*.ilk
*.pdb
# GUI configuration files
imgui.ini
# Generated source and header files for shaders
*.hxx
*.cxx
# Cache for different tasks like source code indexing
.cache/
[submodule "framework"]
path = framework
url = https://gitlab.uni-koblenz.de/vulkan2021/vkcv-framework.git
cmake_minimum_required(VERSION 3.16)
project(vkcv_demos)
# Add VkCV framework and its modules
set(BUILD_MODULES ON CACHE INTERNAL "")
set(BUILD_PROJECTS OFF CACHE INTERNAL "")
set(BUILD_CLANG_FORMAT OFF CACHE INTERNAL "")
set(BUILD_DOXYGEN_DOCS OFF CACHE INTERNAL "")
add_subdirectory(framework)
# Add demo projects
add_subdirectory(demos)
\ No newline at end of file
Subproject commit a9250ba29e90881676696744403c9de2d84fde90
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment