mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 05:17:44 -07:00
CMake: move modules from CMakeTests/ -> CMake/
The name "CMakeTests" is inaccurate and irregular.
This commit is contained in:
parent
f621a6af43
commit
45d1f88ea7
@ -73,7 +73,7 @@ endif()
|
||||
option(DSPTOOL "Build dsptool" OFF)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH
|
||||
${CMAKE_SOURCE_DIR}/CMakeTests
|
||||
${CMAKE_SOURCE_DIR}/CMake
|
||||
)
|
||||
|
||||
# Support functions
|
||||
|
Loading…
Reference in New Issue
Block a user