Searched refs:cmake (Results 1 – 10 of 10) sorted by relevance
373 cmake --version374 $(RM) -r $(BUILDIR)/cmake/build375 mkdir $(BUILDIR)/cmake/build376 cd $(BUILDIR)/cmake/build; cmake -DCMAKE_INSTALL_PREFIX:PATH=~/install_test_dir $(CMAKE_PARAMS) ..377 $(MAKE) -C $(BUILDIR)/cmake/build -j4;378 $(MAKE) -C $(BUILDIR)/cmake/build install;379 $(MAKE) -C $(BUILDIR)/cmake/build uninstall;380 cd $(BUILDIR)/cmake/build; ctest -V -L Medium
36 TEST: "cmake"162 - if [%TEST%]==[cmake] (163 mkdir build\cmake\build &&164 cd build\cmake\build &&167 cmake -G "Visual Studio 14 2015 Win64" .. &&234 cmake,^254 cd build/cmake;255 …CFLAGS='-Werror' cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug -DZSTD_BUILD_TESTS:BOOL=ON -DZ…
136 ### cmake subsection138 A `cmake` project generator is provided within `build/cmake`.
21 build: fix cmake script when using path with spaces, by @terrelln24 build: compile paramgrill with cmake on Windows, requested by @mirh110 build: improved installation directories for cmake script, by Dmitri Shubin204 build: fix cmake script : can create debug build, by @pitrou351 build: improved cmake script, by @Majlen368 build : improved cmake script, by @Majlen542 New : cmake configuration file, thanks to Artyom Dymchenko
3 Findsodium.cmake
16 # hint which can be overridden by setting the corresponding cmake variable.123 … message(FATAL_ERROR "the ${_TARGET_ARCH} architecture is not supported by Findsodium.cmake.")200 message(FATAL_ERROR "this platform is not supported by FindSodium.cmake")207 message(FATAL_ERROR "this platform is not supported by FindSodium.cmake")
143 - `contrib/Findsodium.cmake` was added as an example to include144 libsodium in a project using cmake.
132 - Allow overriding the default install locations for cmake133 - Generate and install the pkg-config file with cmake134 - Build both a static and a shared version of zlib with cmake135 - Include version symbols for cmake builds136 - If using cmake with MSVC, add the source directory to the includes396 - Restore zconf.h for builds that don't use configure or cmake
209 CFLAGS=-fPIC cmake -DIN_PLACE=1 -DENABLE_STATIC=1 -GNinja ..
1109 CFLAGS=-fPIC cmake -DIN_PLACE=1 -DENABLE_STATIC=1 -GNinja ..