From 9ab6a680e9fa06c43d8ef2b8773fd443931c3cc8 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Mon, 22 Dec 2014 11:03:08 -0800 Subject: [PATCH] fix typo in cmakelists --- libraries/script-engine/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/script-engine/CMakeLists.txt b/libraries/script-engine/CMakeLists.txt index 84aca5d2bb..c153e093cd 100644 --- a/libraries/script-engine/CMakeLists.txt +++ b/libraries/script-engine/CMakeLists.txt @@ -8,4 +8,5 @@ include_glm() link_hifi_libraries(shared octree voxels gpu model fbx entities animation audio physics metavoxels) # call macro to include our dependency includes and bubble them up via a property on our target -gpu model () +include_dependency_includes() +