diff options
author | archshift <admin@archshift.com> | 2014-08-15 07:49:31 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-08-20 07:22:12 +0200 |
commit | 80c4d7bf48f36de8f858a6dd060438bd3bfcb506 (patch) | |
tree | 09e43c21b91591e44ba91273da3a05d17a4204e1 /src/citra/CMakeLists.txt | |
parent | Merge pull request #43 from archshift/iftree (diff) | |
download | yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar.gz yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar.bz2 yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar.lz yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar.xz yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.tar.zst yuzu-80c4d7bf48f36de8f858a6dd060438bd3bfcb506.zip |
Diffstat (limited to '')
-rw-r--r-- | src/citra/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra/CMakeLists.txt b/src/citra/CMakeLists.txt index 1ad607d76..b1ab67598 100644 --- a/src/citra/CMakeLists.txt +++ b/src/citra/CMakeLists.txt @@ -1,7 +1,6 @@ set(SRCS citra.cpp emu_window/emu_window_glfw.cpp) -set(HEADERS citra.h - resource.h) +set(HEADERS resource.h) # NOTE: This is a workaround for CMake bug 0006976 (missing X11_xf86vmode_LIB variable) if (NOT X11_xf86vmode_LIB) |