cody - HTMLify profile
files of /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/
# Project-level configuration.
cmake_minimum_required(VERSION 3.10)
project(runner LANGUAGES CXX)
# The name of the executable
cmake_minimum_required(VERSION 3.10)
project(runner LANGUAGES CXX)
# The name of the executable
#include "my_application.h"
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g
#include "my_application.h"
#include <flutter_linux/flutter_linux.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
#in
#include <flutter_linux/flutter_linux.h>
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#endif
#in