diff options
| author | 2017-05-27 22:46:59 -0700 | |
|---|---|---|
| committer | 2017-05-27 22:46:59 -0700 | |
| commit | cebdae6c92f56b4e56b4aedd5d65c7fff0c7e44f (patch) | |
| tree | 132bb5aa5daaaeb5ec549e2f6a11a4e23a5f826c /externals | |
| parent | CMake: Create INTERFACE targets for microprofile and nihstro (diff) | |
| download | yuzu-cebdae6c92f56b4e56b4aedd5d65c7fff0c7e44f.tar.gz yuzu-cebdae6c92f56b4e56b4aedd5d65c7fff0c7e44f.tar.xz yuzu-cebdae6c92f56b4e56b4aedd5d65c7fff0c7e44f.zip | |
CMake: Create an INTERFACE target for Catch
Diffstat (limited to 'externals')
| -rw-r--r-- | externals/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 57fc5d566..db70eecd9 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | # Catch | ||
| 2 | add_library(catch-single-include INTERFACE) | ||
| 3 | target_include_directories(catch-single-include INTERFACE catch/single_include) | ||
| 4 | |||
| 1 | # Xbyak | 5 | # Xbyak |
| 2 | if (ARCHITECTURE_x86_64) | 6 | if (ARCHITECTURE_x86_64) |
| 3 | add_library(xbyak INTERFACE) | 7 | add_library(xbyak INTERFACE) |