mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-02 09:26:30 -05:00
cmake: move find-modules to root cmake dir
This commit is contained in:
@@ -5,7 +5,6 @@ set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
|
||||
|
||||
# Set the RPATH for Qt Libraries
|
||||
# This must be done before the `yuzu` target is created
|
||||
|
Reference in New Issue
Block a user