summaryrefslogtreecommitdiffstats
path: root/externals/open_source_archives/CMakeLists.txt
diff options
context:
space:
mode:
authorTobias <thm.frey@gmail.com>2018-09-11 03:31:01 +0200
committerbunnei <bunneidev@gmail.com>2018-09-11 03:31:01 +0200
commit3bac3051fc03846f5461628ba6a1b1f19851657c (patch)
treef2ab2fb5e6c37c89ac52fee43d2425d12c3e1e47 /externals/open_source_archives/CMakeLists.txt
parentPort #4141 from citra: Joystick hotplug support (#1275) (diff)
downloadyuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar
yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar.gz
yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar.bz2
yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar.lz
yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar.xz
yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar.zst
yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.zip
Diffstat (limited to '')
-rw-r--r--externals/open_source_archives/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/open_source_archives/CMakeLists.txt b/externals/open_source_archives/CMakeLists.txt
new file mode 100644
index 000000000..0b2397203
--- /dev/null
+++ b/externals/open_source_archives/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_library(open_source_archives INTERFACE)
+
+target_include_directories(open_source_archives INTERFACE "include/")