Updated CMake Policies.
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
#include "hdk/is3r.hpp"
|
||||
|
||||
namespace simui_example {
|
||||
namespace is3r_basics {
|
||||
using namespace hdk;
|
||||
|
||||
class SimGuiApp : public is3r::Is3rApp {
|
||||
class BasicApp : public is3r::Is3rApp {
|
||||
public:
|
||||
grid::eps::TapScope taps;
|
||||
const sdl::evt::EventConduit::Callback_t LOG_EVENT = [&](SDL_Event* event) {
|
||||
@@ -102,4 +102,4 @@ namespace simui_example {
|
||||
};
|
||||
}
|
||||
|
||||
HDK_SDL_MAIN_CLASS(simui_example::SimGuiApp)
|
||||
HDK_SDL_MAIN_CLASS(is3r_basics::BasicApp)
|
||||
Reference in New Issue
Block a user