aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/util/CMakeLists.txt
blob: 100f028f12bad8db10503d61e23320b18679b4c9 (plain)
1
2
3
4
5
6
7
8
9
target_sources(crepe PUBLIC
	log.cpp
)

target_sources(crepe PUBLIC FILE_SET HEADERS FILES
	color.h
	log.h
)