Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the C/C++ standard version properties manually | Chris Robinson | 2023-02-25 | 1 | -1/+2 |
| | | | | | Setting it globally interferes with Oboe trying to use C++17 (when its built as a sub-project), which we don't require yet. | ||||
* | Fix installing alsoft-config | Chris Robinson | 2020-04-15 | 1 | -1/+9 |
| | |||||
* | Combine utility target installs | Chris Robinson | 2020-04-14 | 1 | -7/+0 |
| | |||||
* | Require Qt5 for alsoft-config | Chris Robinson | 2020-04-05 | 1 | -49/+17 |
| | |||||
* | Don't include version.h in mainwindow.cpp | Chris Robinson | 2019-08-31 | 1 | -0/+2 |
| | | | | Should help with post-commit compile times | ||||
* | CMAKE: export PUBLIC headers of OpenAL. | ArthurSonzogni | 2019-04-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Remove the cmake function: INCLUDE_DIRECTORIES(..) Replace it by: TARGET_INCLUDE_DIRECTORIES(...) It gives us the opportunity to define whether or not OpenAL dependencies should be exported or not (using PUBLIC or PRIVATE keywoard). [user visible changes] The OpenAL PUBLIC headers are exported. When a target depends on OpenAL, it will have access to its public headers. Some small refactor along the way. | ||||
* | Include header files in CMake's source lists | Chris Robinson | 2018-04-21 | 1 | -2/+4 |
| | |||||
* | Search for and use Qt5 for alsoft-config | Chris Robinson | 2017-01-12 | 1 | -13/+36 |
| | | | | An option is provided to instead use Qt4.8 still if desired. | ||||
* | Rename the version target for systems that have a version lib | Chris Robinson | 2016-12-21 | 1 | -2/+2 |
| | |||||
* | More robustly generate the git commit ID and branch | Chris Robinson | 2016-12-21 | 1 | -0/+3 |
| | |||||
* | Use GNUInstallDirs to place the build artifacts properly | Marcel Metz | 2016-09-06 | 1 | -3/+3 |
| | | | | | | | | CMake 2.8.5 added the GNUInstallDirs module, which provides various variables following the CMAKE_INSTALL_*DIR pattern to allow users a more flexible installation setup and to provide sensible defaults while respecting distribution specific install locations like lib64 for RPM based linux distributions or debian multiarch tuples. | ||||
* | Add a cmake option to embed the HRTF data | Chris Robinson | 2016-07-12 | 1 | -0/+1 |
| | |||||
* | Don't have ../../ as part of the target name | Chris Robinson | 2013-07-02 | 1 | -3/+4 |
| | |||||
* | Check for Qt4 earlier | Chris Robinson | 2013-06-24 | 1 | -1/+0 |
| | |||||
* | Properly check that Qt4 4.8+ was found | Chris Robinson | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Specify the required Qt4 version to find_package | Chris Robinson | 2013-06-24 | 1 | -5/+3 |
| | |||||
* | Make sure QtCore and QtGui were found and link with the appropriate libs | Chris Robinson | 2013-06-24 | 1 | -2/+2 |
| | |||||
* | Require Qt 4.8 or newer for alsoft-config | Chris Robinson | 2013-06-24 | 1 | -1/+2 |
| | |||||
* | Move alsoft-config to a separate project file | Chris Robinson | 2013-06-24 | 1 | -0/+30 |
This to help avoid FindQt4.cmake from polluting the current project with defines and include directories, applying them to targets that don't use Qt. |