CMake: Create an INTERFACE target for Catch
This commit is contained in:
parent
d736cca848
commit
cebdae6c92
2 changed files with 6 additions and 4 deletions
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
|
@ -1,3 +1,7 @@
|
|||
# Catch
|
||||
add_library(catch-single-include INTERFACE)
|
||||
target_include_directories(catch-single-include INTERFACE catch/single_include)
|
||||
|
||||
# Xbyak
|
||||
if (ARCHITECTURE_x86_64)
|
||||
add_library(xbyak INTERFACE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue