summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2013-11-27 11:56:59 -0800
committerChad Versace <chad.versace@linux.intel.com>2013-11-27 11:56:59 -0800
commita1041d7a6e1afb0bb4f8b6f27d4d2f6358674119 (patch)
tree5bd7e7f94c0af6fe43eda3dd043eb6cdcbd904f9
parent970da4825f66d434fc2cd1e0138293bbecffa8c4 (diff)
waffle: Link external dependencies to libwaffle_static.a
The static library is not very useful if it can't call out to required external functions. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--src/waffle/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waffle/CMakeLists.txt b/src/waffle/CMakeLists.txt
index f0fb876..58832db 100644
--- a/src/waffle/CMakeLists.txt
+++ b/src/waffle/CMakeLists.txt
@@ -192,7 +192,7 @@ add_library(waffle_static
${waffle_sources}
)
-target_link_libraries(waffle_static)
+target_link_libraries(waffle_static ${waffle_libdeps})
set_target_properties(waffle_static
PROPERTIES