diff --git a/script/patch-rpath.sh b/script/patch-rpath.sh old mode 100644 new mode 100755 diff --git a/src/musikcore/pch.cmake b/src/musikcore/pch.cmake index 3fe5674d4..cfff56886 100644 --- a/src/musikcore/pch.cmake +++ b/src/musikcore/pch.cmake @@ -1,6 +1,5 @@ target_precompile_headers(musikcore PRIVATE - "$<$:>" "$<$:>" "$<$:>" "$<$:>" @@ -10,9 +9,6 @@ target_precompile_headers(musikcore "$<$:>" "$<$:>" "$<$:>" - "$<$:>" - "$<$:>" - "$<$:>" "$<$:>" "$<$:>" diff --git a/src/musikcube/pch.cmake b/src/musikcube/pch.cmake index f42502533..02bd5b05b 100644 --- a/src/musikcube/pch.cmake +++ b/src/musikcube/pch.cmake @@ -1,6 +1,5 @@ target_precompile_headers(musikcube PRIVATE - "$<$:>" "$<$:>" "$<$:>" "$<$:>" @@ -10,9 +9,6 @@ target_precompile_headers(musikcube "$<$:>" "$<$:>" "$<$:>" - "$<$:>" - "$<$:>" - "$<$:>" PUBLIC "$<$:cursespp/cursespp/App.h>" diff --git a/src/plugins/httpdatastream/CMakeLists.txt b/src/plugins/httpdatastream/CMakeLists.txt index d2490b551..066cd5faf 100644 --- a/src/plugins/httpdatastream/CMakeLists.txt +++ b/src/plugins/httpdatastream/CMakeLists.txt @@ -6,5 +6,6 @@ set (httpdatastream_SOURCES add_library(httpdatastream SHARED ${httpdatastream_SOURCES}) +add_vendor_includes(httpdatastream) target_include_directories(httpdatastream BEFORE PUBLIC) target_link_libraries(httpdatastream ${LIBCURL})