mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 17:55:47 -04:00
dep: Reduce dependencies for libretro core
This commit is contained in:
@ -6,6 +6,10 @@ add_subdirectory(common)
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(scmversion)
|
||||
|
||||
if(BUILD_NOGUI_FRONTEND OR BUILD_QT_FRONTEND)
|
||||
add_subdirectory(frontend-common)
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_LIBRETRO_CORE)
|
||||
add_subdirectory(common-tests)
|
||||
if(WIN32)
|
||||
@ -13,8 +17,6 @@ if(NOT BUILD_LIBRETRO_CORE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_subdirectory(frontend-common)
|
||||
|
||||
if(BUILD_NOGUI_FRONTEND)
|
||||
add_subdirectory(duckstation-nogui)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user