multiple fixes

This commit is contained in:
Anselme 2016-03-20 23:32:14 +01:00
parent 255deaced0
commit f00d0a5f0a
3 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
CMakeLists.txt.user
build/
*.user
build*

View File

@ -9,7 +9,6 @@ set(EXEC_SRC_LIST src/main.cpp)
#set compilation option
set(IS_LIBRARY True)
set(USE_OPENGL True)
set(USE_SFML True)
include(../cmaketemplate/template.cmake)

View File

@ -49,6 +49,7 @@ int main()
// cout << "test " << action << endl;
// window->display();
// }
cerr << "Successfully ended" << endl;
return 0;
}