mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-14 13:21:13 +00:00
A few minor cleanups found while experimenting with Alpine linux.
This commit is contained in:
parent
cebb757e2a
commit
29881ce0a8
0
script/patch-rpath.sh
Normal file → Executable file
0
script/patch-rpath.sh
Normal file → Executable file
@ -1,6 +1,5 @@
|
||||
target_precompile_headers(musikcore
|
||||
PRIVATE
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<boost/asio/basic_socket_streambuf.hpp$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<set$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<vector$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<map$<ANGLE-R>>"
|
||||
@ -10,9 +9,6 @@ target_precompile_headers(musikcore
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<thread$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<cmath$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<string$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<boost/filesystem.hpp$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<boost/algorithm/string/case_conv.hpp$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<boost/algorithm/string.hpp$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<nlohmann/json.hpp$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<sigslot/sigslot.h$<ANGLE-R>>"
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
target_precompile_headers(musikcube
|
||||
PRIVATE
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<boost/asio/basic_socket_streambuf.hpp$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<set$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<vector$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<map$<ANGLE-R>>"
|
||||
@ -10,9 +9,6 @@ target_precompile_headers(musikcube
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<thread$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<cmath$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<string$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<boost/filesystem.hpp$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<boost/algorithm/string/case_conv.hpp$<ANGLE-R>>"
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:<boost/algorithm/string.hpp$<ANGLE-R>>"
|
||||
|
||||
PUBLIC
|
||||
"$<$<COMPILE_LANGUAGE:CXX>:cursespp/cursespp/App.h>"
|
||||
|
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user