Skip to content

Commit 3ad0f06

Browse files
committed
- bloody hell
1 parent 413a0c8 commit 3ad0f06

File tree

4 files changed

+690
-684
lines changed

4 files changed

+690
-684
lines changed

DriverLevelTool/premake5.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ project "DriverLevelTool"
2525
buildoptions {
2626
"-Wno-narrowing",
2727
"-fpermissive",
28+
}
29+
includedirs {
30+
"/usr/include/SDL2"
2831
}
2932
links {
3033
"GL",
3134
"SDL2",
35+
"dl"
3236
}
3337

3438
cppdialect "C++11"

0 commit comments

Comments
 (0)