cmake
output?
Usage
cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>
Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Run 'cmake --help' for more information.
mkdir build;cd build;cmake ..
Usage
thing shows up?cmake .. -DCLIENT=OFF
(edited)brew
ddnet-libs
mkdir build
cd build
cmake ..
also work on windows? because i just installed the ddnet-libs there and it still doesnt build the clientcmake .. -DCLIENT=OFF
.-.cmake
version on either?
cmake version 3.10.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
cmake version 3.9.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
git submodule update --init
(edited)-DCLIENT=ON
on mac now that you have the dependencies?CMakeCache.txt
, CMakeFiles
from the ddnet directorybuild
directorycmake --build <directory>
cmake --build .
git add build
and tell me which files I forgot to ignorebuild
should be ignored