Remove include, lib

Update launch.json to include Linux specific debug config
Update CMakeList to compile on Linux
This commit is contained in:
Patrick Schwarzer 2025-04-20 05:32:22 +02:00
parent 6fc18195fc
commit 10064f31c2
7 changed files with 66 additions and 37 deletions

View file

@ -3,8 +3,6 @@
#include <glad/glad.h>
#include <iostream>
#include <filesystem>
extern "C" {
#include <lua.h>
#include <lualib.h>