Updated to add compute shaders with header
This commit is contained in:
parent
2490708486
commit
d0849f799b
7 changed files with 297 additions and 292 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue