Files
Seele/src/Engine/Material/CMakeLists.txt
T

17 lines
326 B
CMake
Raw Normal View History

2022-02-24 22:38:26 +01:00
target_sources(Engine
2022-11-17 16:47:42 +01:00
PRIVATE
2020-09-19 14:36:50 +02:00
BRDF.h
BRDF.cpp
2020-06-02 11:46:18 +02:00
MaterialAsset.h
MaterialAsset.cpp
2020-10-03 11:00:10 +02:00
ShaderExpression.h
2022-11-22 22:11:37 +01:00
ShaderExpression.cpp)
target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
BRDF.h
MaterialAsset.h
ShaderExpression.h)