multiple fixes
This commit is contained in:
parent
255deaced0
commit
f00d0a5f0a
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
CMakeLists.txt.user
|
*.user
|
||||||
build/
|
build*
|
||||||
|
@ -9,7 +9,6 @@ set(EXEC_SRC_LIST src/main.cpp)
|
|||||||
|
|
||||||
#set compilation option
|
#set compilation option
|
||||||
set(IS_LIBRARY True)
|
set(IS_LIBRARY True)
|
||||||
set(USE_OPENGL True)
|
|
||||||
set(USE_SFML True)
|
set(USE_SFML True)
|
||||||
|
|
||||||
include(../cmaketemplate/template.cmake)
|
include(../cmaketemplate/template.cmake)
|
||||||
|
@ -49,6 +49,7 @@ int main()
|
|||||||
// cout << "test " << action << endl;
|
// cout << "test " << action << endl;
|
||||||
// window->display();
|
// window->display();
|
||||||
// }
|
// }
|
||||||
|
cerr << "Successfully ended" << endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user