1
0
Fork 0

Move build to the separate directory

This commit is contained in:
Meoweg 2015-11-07 13:04:44 +00:00
parent faede833bc
commit 7942ac6a63
3 changed files with 4 additions and 3 deletions

5
.gitignore vendored
View File

@ -4,8 +4,7 @@ Makefile
cmake_install.cmake
install_manifest.txt
matabstrix.html
matabstrix.js
matabstrix.data
/build/**/*
!/build/.keep
*.blend1

View File

@ -1,6 +1,8 @@
cmake_minimum_required (VERSION 3.0)
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY "build")
project (Matabstrix)
add_definitions ("-std=c++14 -Wall -Wextra")
set (CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "--use-preload-plugins --preload-file data")

0
build/.keep Normal file
View File