I want to build the solver as a standalone binary (command-line tool). = I'm using Mac OS X Mojave. I downloaded and unpacked freecell-solver-5.0.0 and said: cd /Users/mattneubelcap/Downloads/freecell-solver-5.0.0=20 cmake . -DFCS_WITH_TEST_SUITE=3DOFF (Because I couldn't get the test stuff to build from cpan.) What I got is: -------- -- Configuring done CMake Error at CMakeLists.txt:522 (ADD_LIBRARY): Cannot find source file: param.c Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ = .hm .hpp .hxx .in .txx CMake Error at CMakeLists.txt:522 (ADD_LIBRARY): No SOURCES given to target: freecell-solver-static CMake Error at CMakeLists.txt:515 (ADD_LIBRARY): No SOURCES given to target: freecell-solver