docopt / docopt.cpp

C++11 port of docopt
Boost Software License 1.0
1.05k stars 146 forks source link

Revamped CMakeLists.txt #36

Closed GamePad64 closed 8 years ago

GamePad64 commented 8 years ago
chrisdembia commented 8 years ago

+1

jaredgrubb commented 8 years ago

I'm no cmake expert, so I'll trust you both since Travis seems ok!

chrisdembia commented 8 years ago

It is preferable to use CMAKE_INSTALL_LIBDIR instead of lib so that when you install into system-wide directories on a UNIX machine, the libraries end up in the correct place (like lib64). You can override CMAKE_INSTALL_LIBDIR if you like (in the CMake GUI, on the command line -DCMAKE_INSTALL_LIBDIR=lib, etc.).