19 lines
207 B
CMake
19 lines
207 B
CMake
target_sources(${PROJECT_NAME}
|
|
PUBLIC
|
|
GLUtils.cpp
|
|
GLUtils.h
|
|
ComputeEngine.cpp
|
|
ComputeEngine.h
|
|
Program.cpp
|
|
Program.h
|
|
Shader.cpp
|
|
Shader.h
|
|
SSBO.cpp
|
|
SSBO.h
|
|
UBO.cpp
|
|
UBO.h
|
|
Texture.cpp
|
|
Texture.h
|
|
Timer.cpp
|
|
Timer.h
|
|
) |