mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
Merge pull request #4861 from ligfx/cmaketests
CMake: move modules from CMakeTests/ -> CMake/
This commit is contained in:
commit
f3068165e5
22 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ endif()
|
||||||
option(DSPTOOL "Build dsptool" OFF)
|
option(DSPTOOL "Build dsptool" OFF)
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH
|
list(APPEND CMAKE_MODULE_PATH
|
||||||
${CMAKE_SOURCE_DIR}/CMakeTests
|
${CMAKE_SOURCE_DIR}/CMake
|
||||||
)
|
)
|
||||||
|
|
||||||
# Support functions
|
# Support functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue