renamed App.*
to DemoApp.*
This commit is contained in:
parent
7e7372ee52
commit
4fb2e6a976
|
@ -39,7 +39,7 @@ find_package(Threads REQUIRED)
|
|||
target_link_libraries(kNCurses Threads::Threads)
|
||||
|
||||
### demo application
|
||||
add_executable(kNCursesDemoApp main.cpp App.cpp)
|
||||
add_executable(kNCursesDemoApp main.cpp DemoApp.cpp)
|
||||
target_link_libraries(kNCursesDemoApp kNCurses)
|
||||
|
||||
### installation and packaging
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @author Christian Burger (christian@krikkel.de)
|
||||
*/
|
||||
|
||||
#include "App.hpp"
|
||||
#include "DemoApp.hpp"
|
||||
#include "Debug.hpp"
|
||||
#include <kNCurses/VerticalTilingWindowManager.hpp>
|
||||
#include <kNCurses/Window.hpp>
|
Loading…
Reference in a new issue