aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.core/CMakeLists.txt
blob: 45646405406bc260f2ab2a2d6a941cc45925a5e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# This source code is released into the public domain.

add_library(nihil.core STATIC)
target_sources(nihil.core
	PUBLIC FILE_SET modules TYPE CXX_MODULES FILES
	nihil.core.ccm
	errc.ccm

	PRIVATE
	errc.cc
)