aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.std/CMakeLists.txt
blob: 27209a0b97f3770fa4181cb103a0778e47c8560b (plain) (blame)
1
2
3
4
5
6
7
# This source code is released into the public domain.

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