mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
cmake: Put test targets in folders
This commit is contained in:
@ -81,6 +81,9 @@ include(CheckAndAddFlag)
|
||||
include(CheckCCompilerFlag)
|
||||
include(DolphinCompileDefinitions)
|
||||
|
||||
# Enable folders for IDE
|
||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||
|
||||
# Libraries to link
|
||||
set(LIBS)
|
||||
|
||||
|
Reference in New Issue
Block a user