Searched full:cmake (Results 1 – 22 of 22) sorted by relevance
/civetweb-2.7.6/ |
D | conanfile.py | 3 from conans import ConanFile, tools, CMake 14 exports_sources = ("src/*", "cmake/*", "include/*", "CMakeLists.txt") 15 generators = "cmake" 47 cmake = CMake(self) 48 cmake.verbose = True 49 cmake.definitions["CIVETWEB_ENABLE_SSL"] = self.options.enable_ssl 50 cmake.definitions["CIVETWEB_ENABLE_WEBSOCKETS"] = self.options.enable_websockets 51 cmake.definitions["CIVETWEB_ENABLE_IPV6"] = self.options.enable_ipv6 52 cmake.definitions["CIVETWEB_ENABLE_CXX"] = self.options.enable_cxx 53 cmake.definitions["CIVETWEB_BUILD_TESTING"] = False [all …]
|
D | build.cmd | 31 @if not "!options!"=="!options:/? =!" set usage="Convenience script to build %project% with CMake" 118 @call :log 2 "This script builds the project using CMake" 188 :generate - Uses CMake to generate the build files 195 @call :log 0 "Generating CMake files for %generator%" 196 @call :cmake cmake_executable 199 @call :log 0 "Need CMake to create the build files" 209 @set output=%temp%\cmake-%iso8601%.log 219 @call :log 0 "Failed to generate build files with CMake" 280 @call :cmake cmake_executable 283 @call :log 0 "Need CMake to install the built files" [all …]
|
D | CMakeLists.txt | 1 # Determines what CMake APIs we can rely on 32 # Make sure we can import out CMake functions 33 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") 35 # Load in the needed CMake modules 565 # cmake config file 572 FILE ${PROJECT_NAME}-targets.cmake 573 DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" 574 COMPONENT civetweb-cmake-config 578 "${CMAKE_CURRENT_SOURCE_DIR}/cmake/${PROJECT_NAME}-config.cmake.in" 579 ${PROJECT_NAME}-config.cmake [all …]
|
D | build | 33 stdout "A convenience script to quickly build the library with CMake." 38 stdout " -g,--generator name The CMake generator to use ('Unix Makefiles')" 110 # Do the CMake configuration 111 check cmake 112 …cmake -G ${generator} -DCMAKE_BUILD_TYPE=${build_type} -DBUILD_SHARED_LIBS:BOOL=${shared} ${src_di… 123 cmake -DCMAKE_INSTALL_PREFIX="${install_dir}" -P "${build_dir}/cmake_install.cmake"
|
D | .travis.yml | 17 - cmake 28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate; 29 chmod +x cmake-3.7.2-Linux-x86_64.sh; 30 ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license; 32 - cmake --version 63 # Generate the build scripts with CMake 67 - cmake --version 68 - cmake 785 # Remove Lua build, until someone knows how to fix the CMake files
|
D | appveyor.yml | 316 # Remove sh.exe from the path otherwise CMake will complain: 319 …# See http://help.appveyor.com/discussions/problems/3193-cmake-building-for-mingw-issue-with-git-s… 364 # Generate the build scripts with CMake 367 - cmake --version 369 - cmake 427 …- if "%build_type%"=="Release" (cmake "-DCMAKE_INSTALL_PREFIX=%install_path%" -P "%build_path%/cma…
|
D | RELEASE_NOTES.md | 143 - Change name of CMake generated C++ library to civetweb-cpp 174 ### Objectives: *CMake integration and continuous integration tests, Support client certificates, b… 214 - CMake support, continuous integration with Travis CI and Appveyor 215 - Adapt/port unit tests to CMake/Travis/Appveyor
|
D | .gitignore | 19 ## CMake
|
/civetweb-2.7.6/conan/test_package/ |
D | conanfile.py | 4 from conans import ConanFile, CMake 9 generators = "cmake" 12 cmake = CMake(self) 13 cmake.configure() 14 cmake.build()
|
D | CMakeLists.txt | 6 include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
|
/civetweb-2.7.6/src/ |
D | CMakeLists.txt | 125 "${CMAKE_CURRENT_SOURCE_DIR}/cmake/luafilesystem/CMakeLists.txt" <SOURCE_DIR>/CMakeLists.txt 158 "${CMAKE_CURRENT_SOURCE_DIR}/cmake/luasqlite/CMakeLists.txt" <SOURCE_DIR>/CMakeLists.txt 197 # TODO: fix this patch command (needs someone with deeper CMake know how) 199 "${CMAKE_CURRENT_SOURCE_DIR}/cmake/luaxml/CMakeLists.txt" <SOURCE_DIR>/CMakeLists.txt 227 "${CMAKE_CURRENT_SOURCE_DIR}/cmake/sqlite/CMakeLists.txt" <SOURCE_DIR>/CMakeLists.txt
|
/civetweb-2.7.6/docs/ |
D | Building.md | 35 #### Using CMake 36 …ponents in the `third_party` folder (e.g., Lua and Duktape), CivetWeb can also be built with CMake. 37 CMake can be used for all supported operating systems.
|
/civetweb-2.7.6/unittest/ |
D | CMakeLists.txt | 11 # # Apply the patch to check to fix CMake building on OS X 14 # ${CMAKE_SOURCE_DIR}/cmake/check/c82fe8888aacfe784476112edd3878256d2e30bc.patch
|
/civetweb-2.7.6/zephyr/ |
D | module.yml | 2 cmake: .
|
/civetweb-2.7.6/cmake/ |
D | civetweb-config.cmake.in | 6 include("${CMAKE_CURRENT_LIST_DIR}/civetweb-targets.cmake")
|
D | AddCCompilerFlag.cmake | 13 # Requires CMake 2.6+
|
D | AddCXXCompilerFlag.cmake | 13 # Requires CMake 2.6+
|
/civetweb-2.7.6/conan/travis/ |
D | install.sh | 9 brew install cmake || true
|
/civetweb-2.7.6/test/ |
D | README.md | 23 good feedback to the continuous integration servers and also CMake. Adding a
|
/civetweb-2.7.6/cmake/check/ |
D | c82fe8888aacfe784476112edd3878256d2e30bc.patch | 8 This fixes cmake on osx support.
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/ |
D | README.rst | 92 * Ensure ``cmake`` is installed
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/ |
D | README.rst | 92 * Ensure ``cmake`` is installed
|