summaryrefslogtreecommitdiff
path: root/llmr.gyp
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-23 16:32:20 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-23 16:32:20 -0700
commit2bfb4f6ed2bbf6be9abaca1836c267438a0053ee (patch)
tree1e203900ada6a90ea5245932c8035875f7878104 /llmr.gyp
parent13d390534d2b4d9e328046d9b2fde50645a29148 (diff)
downloadqtlocation-mapboxgl-2bfb4f6ed2bbf6be9abaca1836c267438a0053ee.tar.gz
more gyp fixups in line with #232
Diffstat (limited to 'llmr.gyp')
-rw-r--r--llmr.gyp11
1 files changed, 9 insertions, 2 deletions
diff --git a/llmr.gyp b/llmr.gyp
index 5e047ddb4a..a76ef225c7 100644
--- a/llmr.gyp
+++ b/llmr.gyp
@@ -21,7 +21,14 @@
],
'action': ['<@(node)', 'bin/build-shaders.js'],
}
- ]
+ ],
+ 'direct_dependent_settings': {
+ 'sources': [
+ 'include/llmr/shader/shaders.hpp',
+ 'src/shader/shaders_gl.cpp',
+ 'src/shader/shaders_gles2.cpp'
+ ]
+ }
},
{
'target_name': 'build_stylesheet',
@@ -121,7 +128,7 @@
'shaders',
],
'sources': [
- '<!@(find src/style/ \( -name "*.cpp" ! -name resources.cpp \))',
+ '<!@(find src/ \( -name "*.cpp" ! -name resources.cpp ! -name shaders.hpp ! -name resources.hpp ! -name shaders_gles2.cpp ! -name shaders_gl.cpp \))',
'<!@(find src -name "*.c")',
'<!@(find src -name "*.h")',
'<!@(find include -name "*.hpp")',