CMake: move modules from CMakeTests/ -> CMake/
The name "CMakeTests" is inaccurate and irregular.
This commit is contained in:
parent
f621a6af43
commit
45d1f88ea7
CMake
CCache.cmakeCheckAndAddFlag.cmakeCheckLib.cmakeDolphinCompileDefinitions.cmakeDolphinPostprocessBundle.cmakeFindALSA.cmakeFindAO.cmakeFindBacktrace.cmakeFindBlueZ.cmakeFindHIDAPI.cmakeFindLibUSB.cmakeFindLibevdev.cmakeFindLibudev.cmakeFindMbedTLS.cmakeFindMiniupnpc.cmakeFindOProfile.cmakeFindOpenAL.cmakeFindOpenSLES.cmakeFindPulseAudio.cmakeFindSDL2.cmakeFindSFML.cmake
CMakeLists.txt
|
@ -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