Created
May 15, 2017 15:50
-
-
Save njlr/1ee9c75fb0be2554cd7e6a003e6c5af4 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 = subdir_glob([ | |
('include', '**/*.hpp'), | |
]), | |
srcs = glob([ | |
'src/**/*.cpp', | |
]), | |
visibility = [ | |
'//...', | |
], | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment