diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-08-01 23:23:52 -0700 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-08-02 09:34:39 -0700 |
| commit | 8b26d7bf1ef478ff2f06d3cf0b0712418d1a8627 (patch) | |
| tree | 9611fbdb109eb470136d827aae43b5d9bfae7d0d /Source/UnitTests/Core | |
| parent | 226a9c239220c5ba99508a6b96ce28903a35be80 (diff) | |
UnitTests: make it possible to build tests for code that has global dependencies
Diffstat (limited to 'Source/UnitTests/Core')
| -rw-r--r-- | Source/UnitTests/Core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Core/CMakeLists.txt b/Source/UnitTests/Core/CMakeLists.txt index e52290e387..93f635a3ea 100644 --- a/Source/UnitTests/Core/CMakeLists.txt +++ b/Source/UnitTests/Core/CMakeLists.txt @@ -1 +1 @@ -add_dolphin_test(MMIOTest MMIOTest.cpp core) +add_dolphin_test(MMIOTest MMIOTest.cpp) |
