Skip to content

Commit

Permalink
Merge branch 'postmodern-cmake/thirdparty_cleanup' into postmodern-cm…
Browse files Browse the repository at this point in the history
…ake/game-targets
  • Loading branch information
bearcage committed Apr 25, 2018
2 parents 6b8b5a2 + fa52a51 commit 601db76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions code/nonstd/core/targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@ tfe_autotarget(
TEST NAME enumerate
SOURCES enumerate.test.cc
DEPENDS
nonstd::nonstd
nonstd::core::core
testrunner::testrunner
)

tfe_autotarget(
TEST NAME primitive_types
SOURCES primitive_types.test.cc
DEPENDS
nonstd::nonstd
nonstd::core::core
testrunner::testrunner
)

tfe_autotarget(
TEST NAME range
SOURCES range.test.cc
DEPENDS
nonstd::nonstd
nonstd::core::core
testrunner::testrunner
)

tfe_autotarget(
TEST NAME type_traits_ext
SOURCES type_traits_ext.test.cc
DEPENDS
nonstd::nonstd
nonstd::core::core
testrunner::testrunner
)
5 changes: 2 additions & 3 deletions code/nonstd/targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ tfe_autotarget(
nonstd::memory
nonstd::utility_ext
nonstd::windows

# TODO: Fix thirdparty deps
Boost::boost fmt::fmt
thirdparty::boost::preprocessor
thirdparty::fmt
)

tfe_autotarget(
Expand Down

0 comments on commit 601db76

Please sign in to comment.