mirror of
https://github.com/obsproject/obs-studio
synced 2025-04-29 18:32:32 +08:00
cmake: Update main CMakeLists file to use refactored frontend
This commit is contained in:
parent
47613a0927
commit
7db4a75913
@ -29,6 +29,6 @@ add_subdirectory(plugins)
|
||||
|
||||
add_subdirectory(test/test-input)
|
||||
|
||||
add_subdirectory(UI)
|
||||
add_subdirectory(frontend)
|
||||
|
||||
message_configuration()
|
||||
|
@ -5,7 +5,7 @@ include_guard(GLOBAL)
|
||||
include(cpackconfig_common)
|
||||
|
||||
# Add GPLv2 license file to CPack
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/UI/data/license/gplv2.txt")
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/frontend/data/license/gplv2.txt")
|
||||
set(CPACK_PACKAGE_EXECUTABLES "obs")
|
||||
|
||||
if(ENABLE_RELEASE_BUILD)
|
||||
|
@ -5,7 +5,7 @@ include_guard(GLOBAL)
|
||||
include(cpackconfig_common)
|
||||
|
||||
# Add GPLv2 license file to CPack
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/UI/data/license/gplv2.txt")
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/frontend/data/license/gplv2.txt")
|
||||
set(CPACK_PACKAGE_VERSION "${OBS_VERSION_CANONICAL}")
|
||||
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-windows-${CMAKE_VS_PLATFORM_NAME}")
|
||||
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY FALSE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user