mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
4f44829cda
* Update minimum CMake version requirement to get rid of warning. * Include CMake compile commands for easier diagnostics. * More improvements to arm toolchain selection while cross-compiling third-party dependencies. * Use x-tools provided cmake toolchains * Add a script to download and extract deb dependencies for crosscompile. * Link against libstdc++ statically when cross-compiling to ARM to improve portability. * Update GeneratePackage.cmake to generate better filenames. * Ensure symbols are stripped properly when cross-compiling * Remove old scripts that are no longer required * Add script to install x-tools * Add some docs that describe how to setup a crosscompile environment. * Add docs for building standlone on Linux * Update CHANGELOG * Update version hash.
47 lines
695 B
Plaintext
47 lines
695 B
Plaintext
**/*.vcxproj.user
|
|
**/*.VC.db
|
|
**/*.VC.opendb
|
|
**/*.suo
|
|
**/CMakeCache.txt
|
|
**/CMakeFiles
|
|
**/Makefile
|
|
**/cmake_install.cmake
|
|
**/install_manifest.txt
|
|
**/Release
|
|
**/Debug
|
|
**/*.deb
|
|
**/*.aps
|
|
**/.DS_Store
|
|
**/obj32
|
|
**/obj64
|
|
.vs
|
|
.vscode
|
|
dist
|
|
bin
|
|
bin32
|
|
bin64
|
|
compile_commands.json
|
|
ipch
|
|
build
|
|
local-circle-ci.yml
|
|
CPack*
|
|
_CPack*
|
|
*.snap
|
|
prime
|
|
musikcube.core
|
|
src/3rdparty/bin
|
|
src/3rdparty/obj
|
|
src/contrib
|
|
src/musikcore/obj
|
|
src/plugins/oggdecoder/obj
|
|
src/plugins/server/libmicrohttpd-prefix
|
|
src/plugins/server/microhttpd
|
|
src/plugins/waveout/obj
|
|
src/plugins/taglib_plugin/obj
|
|
src/plugins/taglib_plugin/taglib-1.11/stage/
|
|
src/musikbox/musikbox
|
|
src/musikcube/musikcube
|
|
src/musikcubed/musikcubed
|
|
taglib-prefix
|
|
vendor
|