diff options
| author | 2014-11-27 19:09:37 +0100 | |
|---|---|---|
| committer | 2014-12-20 18:06:55 +0100 | |
| commit | 056a8f9dfa5f3da3bc3dfc0b032283db0ff6ab15 (patch) | |
| tree | 33ba57e903eae71c0bb481d8bd17456debd5132b | |
| parent | Pica/DebugUtils: Add an event triggered after loading a vertex. (diff) | |
| download | yuzu-056a8f9dfa5f3da3bc3dfc0b032283db0ff6ab15.tar.gz yuzu-056a8f9dfa5f3da3bc3dfc0b032283db0ff6ab15.tar.xz yuzu-056a8f9dfa5f3da3bc3dfc0b032283db0ff6ab15.zip | |
Add nihstro (a 3DS shader tools suite) as a submodule.
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| m--------- | externals/nihstro | 0 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 54714e5cd..a9e0a5c1a 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -4,3 +4,6 @@ | |||
| 4 | [submodule "externals/boost"] | 4 | [submodule "externals/boost"] |
| 5 | path = externals/boost | 5 | path = externals/boost |
| 6 | url = https://github.com/citra-emu/ext-boost.git | 6 | url = https://github.com/citra-emu/ext-boost.git |
| 7 | [submodule "externals/nihstro"] | ||
| 8 | path = externals/nihstro | ||
| 9 | url = https://github.com/neobrain/nihstro.git | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt index 61d5d524a..638b468a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -141,6 +141,8 @@ set(INI_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/externals/inih") | |||
| 141 | include_directories(${INI_PREFIX}) | 141 | include_directories(${INI_PREFIX}) |
| 142 | add_subdirectory(${INI_PREFIX}) | 142 | add_subdirectory(${INI_PREFIX}) |
| 143 | 143 | ||
| 144 | include_directories(externals/nihstro/include) | ||
| 145 | |||
| 144 | # process subdirectories | 146 | # process subdirectories |
| 145 | if(ENABLE_QT) | 147 | if(ENABLE_QT) |
| 146 | include_directories(externals/qhexedit) | 148 | include_directories(externals/qhexedit) |
diff --git a/externals/nihstro b/externals/nihstro new file mode 160000 | |||
| Subproject fc71f8684d26ccf277ad68809c8bd7273141fe8 | |||