mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
CMake: don't explictly create Tests/ directory
This commit is contained in:
@ -5,7 +5,6 @@ endif()
|
|||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
set(LIBS ${LIBS} android log)
|
set(LIBS ${LIBS} android log)
|
||||||
endif()
|
endif()
|
||||||
file(MAKE_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Tests)
|
|
||||||
|
|
||||||
# Since this is a Core dependency, it can't be linked as a normal library.
|
# Since this is a Core dependency, it can't be linked as a normal library.
|
||||||
# Otherwise CMake inserts the library after core, but before other core
|
# Otherwise CMake inserts the library after core, but before other core
|
||||||
|
Reference in New Issue
Block a user