Skip to content

Commit

Permalink
Merge pull request SFTtech#1115 from TheJJ/private-library-linkage
Browse files Browse the repository at this point in the history
buildsystem: no transitive linkage for internally used libraries
  • Loading branch information
TheJJ authored May 29, 2019
2 parents 5ecc71d + bce3575 commit 855d1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libopenage/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2014-2018 the openage authors. See copying.md for legal info.
# Copyright 2014-2019 the openage authors. See copying.md for legal info.

# main C++ library definitions.
# dependency and source file setup for the resulting library.
Expand Down Expand Up @@ -270,7 +270,7 @@ target_include_directories(libopenage
# all the libraries are not exposed
# to the public api of libopenage
target_link_libraries(libopenage
PUBLIC
PRIVATE
Threads::Threads
nyan::nyan
Eigen3::Eigen
Expand Down

0 comments on commit 855d1ef

Please sign in to comment.