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

6 lines
115 B
CMake
Raw Normal View History

2020-05-05 01:51:13 +02:00
target_sources(SeeleEngine
PRIVATE
Asset.h
Asset.cpp
FileAsset.h
FileAsset.cpp)