aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/core/CMakeLists.txt
blob: c44f0f605777af9629f8865534f824618429c8db (plain)
1
2
3
4
5
6
7
8
target_sources(crepe PUBLIC
	renderSystem.cpp
)

target_sources(crepe PUBLIC FILE_SET HEADERS FILES
	renderSystem.h
)