Updated to add compute shaders with header

This commit is contained in:
Alejandro Saucedo 2020-08-25 20:44:55 +01:00
parent 2490708486
commit d0849f799b
7 changed files with 297 additions and 292 deletions

View file

@ -5,6 +5,9 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_CXX_FLAGS_DEBUG "-DDEBUG=1")
set(CMAKE_CXX_FLAGS_RELEASE "-DRELEASE=1")
option(KOMPUTE_OPT_BUILD_TESTS "Enable if you want to build tests" ON)
# Allow scripts to call main kompute Makefile