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

target_sources(crepe PUBLIC FILE_SET HEADERS FILES
	resource_fabricator.h
)