Skip to content

Commit

Permalink
CMake: GStreamer Setup Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Sep 24, 2024
1 parent daf0344 commit 97c3ba9
Show file tree
Hide file tree
Showing 26 changed files with 871 additions and 932 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ set(CMAKE_AUTORCC ON)
set(CMAKE_INCLUDE_CURRENT_DIR OFF)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
# set(CMAKE_OPTIMIZE_DEPENDENCIES ON)

set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug;Release")
if(NOT CMAKE_BUILD_TYPE)
Expand Down Expand Up @@ -106,6 +107,10 @@ endif()

set(BUILD_SHARED_LIBS OFF)

if(CMAKE_BUILD_TYPE STREQUAL "Release")
add_compile_definitions(QGC_INSTALL_RELEASE)
endif()

#######################################################
# Qt6 Configuration
#######################################################
Expand Down
195 changes: 0 additions & 195 deletions cmake/FindFFMPEG.cmake

This file was deleted.

Loading

0 comments on commit 97c3ba9

Please sign in to comment.