still learning to cmake correctly

This commit is contained in:
Nicholas O'Connor 2017-03-23 18:09:18 -07:00
parent a6d9c341df
commit 5278b5d98b
2 changed files with 6 additions and 13 deletions

15
.gitignore vendored
View File

@ -1,19 +1,16 @@
*.in *.in
*.o *.o
*.so
*/.deps */.deps
compile build/
config.*
configure CMakeFiles/
depcomp CMakeCache.txt
install-sh cmake_install.cmake
missing
stamp-h1
Makefile Makefile
*/Makefile */Makefile
aclocal.m4
autom4te.cache
src/version.cpp src/version.cpp
src/bottles/commands.cpp src/bottles/commands.cpp

View File

@ -1,4 +0,0 @@
#!/bin/sh
# /usr can be changed to another prefix if you desire
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .