Created
October 18, 2017 15:03
-
-
Save njlr/da3f4f8140969cf2eb78cdad2abda6f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cxx_library( | |
name = 'mathutils', | |
header_namespace = 'mathutils', | |
exported_headers = dict([ | |
(x, add_include_guard(y)) for (x, y) in mathutils_headers.items() | |
]), | |
srcs = glob([ | |
'mathutils/src/**/*.cpp', | |
]), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment