| /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
| INSTALL.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| PACKAGE.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
| INSTALL.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| PACKAGE.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| /external/swiftshader/third_party/LLVM/lib/VMCore/ |
| INSTALL.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| PACKAGE.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| /external/swiftshader/third_party/LLVM/projects/ |
| INSTALL.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| PACKAGE.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| /external/swiftshader/third_party/LLVM/utils/FileCheck/ |
| INSTALL.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| PACKAGE.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| /external/swiftshader/third_party/LLVM/utils/FileUpdate/ |
| INSTALL.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| PACKAGE.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| /external/swiftshader/third_party/LLVM/utils/TableGen/ |
| INSTALL.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| PACKAGE.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| /external/swiftshader/third_party/LLVM/utils/count/ |
| INSTALL.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| PACKAGE.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| /external/swiftshader/third_party/LLVM/utils/llvm-lit/ |
| INSTALL.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| PACKAGE.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| /external/swiftshader/third_party/LLVM/utils/not/ |
| INSTALL.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| PACKAGE.vcxproj.filters | 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
|
| /external/vulkan-validation-layers/build-android/cmake/layerlib/ |
| build.gradle | 16 cmake.arguments '-DANDROID_TOOLCHAIN=clang', 22 cmake.path 'CMakeLists.txt'
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/cmake/Modules/ |
| MacroEnsureOutOfSourceBuild.cmake | 10 CMake would overwrite the makefiles distributed with Compiler-RT. 11 Please create a directory and run cmake from there, passing the path
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/cmake/Modules/ |
| MacroEnsureOutOfSourceBuild.cmake | 10 CMake would overwrite the makefiles distributed with libcxxabi. 11 Please create a directory and run cmake from there, passing the path
|
| /external/tinyxml2/ |
| CMakeLists.txt | 35 # To build static libs also - Do cmake . -DBUILD_STATIC_LIBS:BOOL=ON
36 # User can choose not to build shared library by using cmake -DBUILD_SHARED_LIBS:BOOL=OFF
37 # To build only static libs use cmake . -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_LIBS:BOOL=ON
38 # To build the tests, use cmake . -DBUILD_TESTS:BOOL=ON
39 # To disable the building of the tests, use cmake . -DBUILD_TESTS:BOOL=OFF
78 FILE ${CMAKE_BINARY_DIR}/${CMAKE_PROJECT_NAME}Targets.cmake)
115 FILE ${CMAKE_BINARY_DIR}/${CMAKE_PROJECT_NAME}Targets.cmake)
159 "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"
160 "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
164 COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
[all...] |
| /external/expat/ |
| CMake.README | 1 == How to build expat with cmake (experimental) ==
3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
4 Studio) and should work on all other platform cmake supports.
11 From that directory, call cmake first, then call make, make test and
13 ~/expat-2.2.5/build$ cmake ..
22 -DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call.
33 For Windows builds, you must make sure to call cmake from an environment where
37 special Generator for CMake:
39 cmake .. -G "Visual Studio 10" && vcexpress expat.sln
41 cmake .. -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:\expat-install [all...] |