blob: 383dd0a6a2574b515839a2e552cb0a1d0524c85f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This source code is released into the public domain.
add_library(nihil STATIC)
target_sources(nihil PUBLIC
FILE_SET modules TYPE CXX_MODULES FILES
nihil.ccm
ctype.ccm
fd.ccm
generator.ccm
generic_error.ccm
getenv.ccm
guard.ccm
tabulate.ccm)
|