CMake: Create an INTERFACE target for Catch

This commit is contained in:
Yuri Kunde Schlesner 2017-05-27 22:46:59 -07:00
parent d736cca848
commit cebdae6c92
2 changed files with 6 additions and 4 deletions

View file

@ -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)