Home
last modified time | relevance | path

Searched refs:cmake (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/zstd/
H A DMakefile373 cmake --version
374 $(RM) -r $(BUILDIR)/cmake/build
375 mkdir $(BUILDIR)/cmake/build
376 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
H A Dappveyor.yml36 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…
H A DREADME.md136 ### cmake subsection
138 A `cmake` project generator is provided within `build/cmake`.
H A DCHANGELOG21 build: fix cmake script when using path with spaces, by @terrelln
24 build: compile paramgrill with cmake on Windows, requested by @mirh
110 build: improved installation directories for cmake script, by Dmitri Shubin
204 build: fix cmake script : can create debug build, by @pitrou
351 build: improved cmake script, by @Majlen
368 build : improved cmake script, by @Majlen
542 New : cmake configuration file, thanks to Artyom Dymchenko
/f-stack/freebsd/contrib/libsodium/contrib/
H A DMakefile.am3 Findsodium.cmake
H A DFindsodium.cmake16 # 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")
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog143 - `contrib/Findsodium.cmake` was added as an example to include
144 libsodium in a project using cmake.
/f-stack/freebsd/contrib/zlib/
H A DChangeLog132 - Allow overriding the default install locations for cmake
133 - Generate and install the pkg-config file with cmake
134 - Build both a static and a shared version of zlib with cmake
135 - Include version symbols for cmake builds
136 - If using cmake with MSVC, add the source directory to the includes
396 - Restore zconf.h for builds that don't use configure or cmake
/f-stack/dpdk/doc/guides/nics/
H A Dmlx4.rst209 CFLAGS=-fPIC cmake -DIN_PLACE=1 -DENABLE_STATIC=1 -GNinja ..
H A Dmlx5.rst1109 CFLAGS=-fPIC cmake -DIN_PLACE=1 -DENABLE_STATIC=1 -GNinja ..