Will allow us to move the -fvisiblity=hidden to a global scale,
without breaking the tests. Makes little sense to have a shared
library only for testing perposes anyway.

Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
---
 src/waffle_test/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/waffle_test/CMakeLists.txt b/src/waffle_test/CMakeLists.txt
index 40d2aba..8ed4ea2 100644
--- a/src/waffle_test/CMakeLists.txt
+++ b/src/waffle_test/CMakeLists.txt
@@ -3,7 +3,7 @@ include_directories(
     "${CMAKE_SOURCE_DIR}/include/waffle_test/priv"
     )
 
-add_library(waffle_test SHARED
+add_library(waffle_test STATIC
     wt_main.c
     wt_runner.c
     wt_test.c
-- 
2.0.0

_______________________________________________
waffle mailing list
waffle@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to