mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
12 lines
221 B
Python
12 lines
221 B
Python
prebuilt_cxx_library(
|
|
name = 'chaiscript',
|
|
header_only = True,
|
|
header_namespace = 'chaiscript',
|
|
exported_headers = subdir_glob([
|
|
('include/chaiscript', '**/*.hpp'),
|
|
]),
|
|
visibility = [
|
|
'PUBLIC',
|
|
],
|
|
)
|