diff mlk-client/main.cpp @ 205:c973501abe36

windows: many fixes for MinGW and VS While here, add more options to malikania_define_library and do not put include directories to assets. Also remove some useless bits.
author David Demelier <markand@malikania.fr>
date Thu, 29 Nov 2018 12:57:30 +0100
parents 0a285d62ace7
children 12873699ad8b
line wrap: on
line diff
--- a/mlk-client/main.cpp	Thu Nov 29 12:41:27 2018 +0100
+++ b/mlk-client/main.cpp	Thu Nov 29 12:57:30 2018 +0100
@@ -26,7 +26,7 @@
 #include <malikania/client/sprite.hpp>
 #include <malikania/client/theme.hpp>
 
-#include <ui.hpp>
+#include <assets/ui.hpp>
 
 class loop : public mlk::client::dispatcher {
 };