Replace spirv-helper stuff with a library that combines everything
This commit is contained in:
@@ -2,10 +2,14 @@ cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
project(ppam LANGUAGES CXX VERSION 1.0.0)
|
||||
|
||||
### Requires C++ 20
|
||||
# ## Requires C++ 20
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED true)
|
||||
|
||||
add_executable(ppam
|
||||
source/main.cpp
|
||||
)
|
||||
|
||||
install(
|
||||
TARGETS ppam
|
||||
)
|
||||
Reference in New Issue
Block a user