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
*.o
*.so
*/.deps
compile
config.*
configure
depcomp
install-sh
missing
stamp-h1
build/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
*/Makefile
aclocal.m4
autom4te.cache
src/version.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 .