diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-12-14 20:44:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 20:44:30 -0800 |
commit | bde54333dff178c8c2d7704a91df23a69a55a1cc (patch) | |
tree | 9ff270fdb629afa141707ea81ba505f502621512 /CMakeLists.txt | |
parent | 905fc92ce1f7d99d8819a17b180a559b3a9f15de (diff) | |
parent | 5ff32062076cb810f4fb1d20e1a0afd176b14bbb (diff) |
Merge pull request #2309 from yuriks/shader-jit-xbyak
Convert shader JIT to Xbyak
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c00690c0..bcee98a5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -256,6 +256,8 @@ set(INI_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/externals/inih") include_directories(${INI_PREFIX}) add_subdirectory(${INI_PREFIX}) +add_subdirectory(externals) + option(DYNARMIC_TESTS OFF) add_subdirectory(externals/dynarmic) |