mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +08:00
15 lines
279 B
Python
15 lines
279 B
Python
include_defs('//BUCKAROO_DEPS')
|
|
|
|
prebuilt_cxx_library(
|
|
name = 'chaiscript',
|
|
header_only = True,
|
|
header_namespace = 'chaiscript',
|
|
exported_headers = subdir_glob([
|
|
('include/chaiscript', '**/*.hpp'),
|
|
]),
|
|
visibility = [
|
|
'PUBLIC',
|
|
],
|
|
deps = BUCKAROO_DEPS,
|
|
)
|