aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/util/CMakeLists.txt
blob: bbeaad900b67bcc1007e18361d0c3797093dafb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
target_sources(crepe PUBLIC
	color.cpp
	log.cpp
	fmt.cpp
)

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