mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 15:55:45 -04:00
Build: Add Flatpak manifest and scripts
This commit is contained in:
@ -3,11 +3,8 @@ add_subdirectory(util)
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(scmversion)
|
||||
|
||||
if(NOT ANDROID)
|
||||
add_subdirectory(common-tests)
|
||||
if(WIN32)
|
||||
add_subdirectory(updater)
|
||||
endif()
|
||||
if(WIN32)
|
||||
add_subdirectory(updater)
|
||||
endif()
|
||||
|
||||
if(BUILD_NOGUI_FRONTEND)
|
||||
@ -21,3 +18,7 @@ endif()
|
||||
if(BUILD_REGTEST)
|
||||
add_subdirectory(duckstation-regtest)
|
||||
endif()
|
||||
|
||||
if(BUILD_TESTS)
|
||||
add_subdirectory(common-tests)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user