Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Nov 28, 2023
1 parent 0ad7434 commit 86e39d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ else()
set(Log4cplus ${LOG4CPLUS_LIBRARIES})
endif()

if (WIN32)
set(PKG_CONFIG_PATH "D:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig")
set(PKG_CONFIG_PATH "D:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig")
set(PKG_CONFIG_EXECUTABLE "D:\\gstreamer\\1.0\\x86_64\\bin\\pkg-config.exe")
endif()

############# Enable Sanitizers ############
if(${CMAKE_C_COMPILER_ID} MATCHES "GNU|Clang")
Expand Down

0 comments on commit 86e39d0

Please sign in to comment.