This commit is contained in:
Pietro Gagliardi 2016-06-17 10:16:53 -04:00
parent b95bbbd70b
commit 3499e8335b
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ macro(_add_exec _name)
# TODO see above about INTERFACE # TODO see above about INTERFACE
if(NOT BUILD_SHARED_LIBS) if(NOT BUILD_SHARED_LIBS)
target_link_libraries(${_name} target_link_libraries(${_name}
PRIVATE ${_LIBUI_LIBS}) ${_LIBUI_LIBS})
endif() endif()
# TODOfor some reason these don't propagate # TODOfor some reason these don't propagate