mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 05:10:52 +01:00
12 lines
318 B
Lua
12 lines
318 B
Lua
|
|
component("ESLoader")
|
||
|
|
set_pcxxheader("stdafx.h")
|
||
|
|
add_headerfiles("stdafx.h", {prefixdir = "ESLoader"})
|
||
|
|
add_files("stdafx.cpp")
|
||
|
|
add_packages("zlib", "glm")
|
||
|
|
|
||
|
|
unittest("ESLoader")
|
||
|
|
set_pcxxheader("stdafx.h")
|
||
|
|
add_headerfiles("stdafx.h", {prefixdir = "ESLoader"})
|
||
|
|
add_files("stdafx.cpp")
|
||
|
|
add_packages("zlib", "glm")
|