summaryrefslogtreecommitdiffhomepage
path: root/cmake
AgeCommit message (Collapse)Author
2022-06-05bump CMAKE_CXX_STANDARDStanislaw Halik
2022-04-19fix i18n generationStanislaw Halik
2022-01-25cmake/msvc: allow setting opentrack-64bit via cmdlineStanislaw Halik
2022-01-11boring crapStanislaw Halik
2022-01-05cmake: disable another warningStanislaw Halik
2022-01-02cmake: try to fix CIStanislaw Halik
2021-12-31cmake/msvc: add more conformance crapStanislaw Halik
2021-12-31cmake: always use -Zc:inline for msvcStanislaw Halik
2021-12-31cmake: future-proof the msvc version check for -external:W0Stanislaw Halik
2021-12-31cmake: always use -Zc:preprocessor for MSVCStanislaw Halik
2021-12-20cmake: pass -external:W0Stanislaw Halik
2021-12-20cmake/msvc: use -MT for all build typesStanislaw Halik
2021-12-20cmake/msvc: add MSVC_RUNTIME_LIBRARYStanislaw Halik
2021-12-20cmake: add CONFIGURE_DEPENDSStanislaw Halik
2021-12-19cmake/msvc: don't use add_compile_options() in toolchain fileStanislaw Halik
Otherwise it breaks asm build for onnxruntime.
2021-12-19cmake/i18n: fix lupdate not runningStanislaw Halik
2021-12-17cmake/msvc: workaround clangd offsetof() warningStanislaw Halik
2021-12-16cmake/msvc: add conformant preprocessorStanislaw Halik
2021-12-14cmake: fix i18n lupdate/lrelease running too often or not at allStanislaw Halik
2021-12-14cmake: fix i18n not updatingStanislaw Halik
2021-11-20cmake: fix typoopentrack-2021.2.0Stanislaw Halik
2021-10-10cmake: add missing quotes while at itStanislaw Halik
2021-10-10cmake: fix Linux install prefixStanislaw Halik
Reported and tested by: @GDsouza
2021-10-07cmake/msvc: disable opencv thread supportStanislaw Halik
2021-10-07cmake: remove src installStanislaw Halik
2021-10-04tracker/{aruco,easy,pt,wii}, video/opencv: allow dynamic opencvStanislaw Halik
2021-10-04cmake/msvc: force policy settings for all projectsStanislaw Halik
2021-09-26cmake: disable column output for clionStanislaw Halik
2021-09-26cmake: don't force msvc diagnostics formatStanislaw Halik
2021-09-26cmake: kill opencv plugin stderr outputStanislaw Halik
2021-09-26cmake: pass _HAS_EXCEPTIONS=0 globallyStanislaw Halik
2021-08-11Merge pull request #1307 from DaWelter/improved-onnx-findscriptStanislaw Halik
cmake: improve the FindONNXRuntime script and install the ONNX dll
2021-08-06cmake: fix opencv buildStanislaw Halik
2021-08-05cmake: improve the FindONNXRuntime script and install the ONNX dllMichael Welter
* Add ONNXRuntime_DIR variable * Change target name to onnxruntime::onnxruntime following naming conventions for imported libs * Look for the DLL on windows and store it in a variable for later * Correctly define the properties of the import library * Change names and logic for global variables to follow standard conventions * Change import library type from UNKNOWN to SHARED in order to make msvc link against the .lib file, not the dll.
2021-08-02Fix include path for release packageGuillaume Dollé
* Revert include header changes * Address the following review remarks for include path https://github.com/opentrack/opentrack/pull/1306#discussion_r680548570 https://github.com/opentrack/opentrack/pull/1306#discussion_r680548755 https://github.com/opentrack/opentrack/pull/1306#discussion_r680548800 https://github.com/opentrack/opentrack/pull/1306#discussion_r680549144
2021-08-01Fix link libraryGuillaume Dollé
- Address review comment https://github.com/opentrack/opentrack/pull/1306#discussion_r680484878 - Update ONNXRuntime module to use a specific `onnxruntime` target. - Use OpenCV components instead. NOTE: ONNXRuntinme may provide their own ONNXRuntimeConfig.cmake and ONNXRuntimeVersion.cmake in the future. See https://github.com/microsoft/onnxruntime/issues/3124 for reference
2021-08-01Add ONNXRuntime cmake moduleGuillaume Dollé
2021-06-07Fix path to games.csv file for *nix builds.Ackurus
Change the runtime document path so it will line up with the correct directory in *nix builds. Allows for the settings directory to be accessed such as the games.csv file.
2021-05-12cmake: add Qt build supportStanislaw Halik
2020-07-01cmake: fix msvc exception modelStanislaw Halik
2020-03-29cmake: remove old rift build codeStanislaw Halik
2020-03-07cmake: make install prefix path variables more clearStanislaw Halik
Pointed out by: @rvt
2020-02-29cmake: fix host system detectionStanislaw Halik
2020-01-16cmake: no longer require qt 5.14Stanislaw Halik
2020-01-13cmake: enable rttiopentrack-2.3.11Stanislaw Halik
Disabling RTTI leads to crash in QFusion at startup with Qt 5.14.
2020-01-13cmake: require Qt 5.14Stanislaw Halik
2020-01-13cmake: reduce qt component listStanislaw Halik
PR: #1006
2020-01-05Copy third party DLL/EXE to third party direcoty for WINE usersRies van Twisk
2020-01-04Handled review commentsRies van Twisk
2019-12-30Removed unused FindLibUSBRies van Twisk