• Home
  • Raw
  • Download

Lines Matching full:cmake

1 # Using CMake for the Opus Project
3 …s guide provides instructions for using CMake to build the Opus project with various configuration…
5CMake documentation for the most up-to-date and accurate information. You can find the official CM…
11 - CMake
17 Follow the steps below to build the Opus project using CMake:
33 3. Configure the build with CMake. You can set the desired configuration options using CMake's `-D`…
43 cmake .. -DOPUS_BUILD_PROGRAMS=ON -DOPUS_BUILD_TESTING=ON
49 cmake --build .
56 …ness of the project. You can execute the tests using CTest, a part of the CMake build system. CTes…
60 1. Navigate to the build directory after configuring and building the project with CMake:
80 CMake aims to provide broad platform support, allowing the Opus project to be built and used on maj…
88 CMake achieves platform support by generating platform-specific build files (e.g., Makefiles, Visua…
90 While CMake strives to ensure compatibility and stability across platforms, bugs or issues may stil…
95 2. Steps to reproduce the problem, including the CMake command and any specific configuration optio…
97 4. CMake version (e.g., CMake 3.21.1).
112 cmake .. -DCMAKE_TOOLCHAIN_FILE=${ANDROID_HOME}/ndk/25.2.9519653/build/cmake/android.toolchain.cmak…
115 …the [Cross compiling for Android documentation](https://cmake.org/cmake/help/latest/manual/cmake-t…
120 cmake .. -G "Unix Makefiles" -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_ARCHITECTURES=arm64
123 … to the [Cross compiling for iOS documentation](https://cmake.org/cmake/help/latest/manual/cmake-t…
129 cmake .. -G "Visual Studio 17 2022" -A x64
132 …you can refer to the [Visual Studio Generator documentation](https://cmake.org/cmake/help/latest/g…