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

add_library(nihil.core STATIC)
target_include_directories(nihil.core PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_sources(nihil.core
	PUBLIC FILE_SET modules TYPE CXX_MODULES FILES
	nihil.core.ccm
	errc.ccm

	PRIVATE
	errc.cc
)