From 3499e8335b53f56356c7c82ec337fb0354235d94 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 17 Jun 2016 10:16:53 -0400 Subject: [PATCH] Round 5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35a5ab9e..03fc963c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -203,7 +203,7 @@ macro(_add_exec _name) # TODO see above about INTERFACE if(NOT BUILD_SHARED_LIBS) target_link_libraries(${_name} - PRIVATE ${_LIBUI_LIBS}) + ${_LIBUI_LIBS}) endif() # TODOfor some reason these don't propagate