Guild icon
Teeworlds
IRC / bridge
One-way IRC channel bridge. If you want to be able to send messages to IRC, contact @Dune or @heinrich5991. https://www.teeworlds.com/?page=docs&wiki=rules/irc_rules
Between 2021-02-26 00:00:00Z and 2021-02-27 00:00:00Z
Avatar
[quakenet] ChillerDragon BOT 2021-02-26 19:23:28Z
is there a way to build bam verbose so i can see all compiler flags and include dirs?
Avatar
bam -v?
Avatar
[quakenet] ChillerDragon BOT 2021-02-26 19:24:04Z
sounds good
19:24
could also have guessed that :D
19:26
does settings.link.libs:Add("SDL2") add -lSDL2 ?
19:27
or probably that boi settings.link.flags:Add("sdl2-config --libs")
19:27
cuz that expands to -lSDL2 on my system
19:28
i wonder how i set a -I include dir
Avatar
src is set as an include dir 😉
19:29
(also just use cmake :P)
Avatar
[quakenet] ChillerDragon BOT 2021-02-26 19:29:20Z
i thought starking with bam is easier
19:29
no idea where to start with cmake
Avatar
(cmake has online documentation)
19:30
target_include_directories(${target} PRIVATE src)
19:30
settings.cc.includes:Add("src")
19:31
I found that by grepping for "src in the bam.lua, and src in CMakeLists.txt
Avatar
[quakenet] ChillerDragon BOT 2021-02-26 19:32:44Z
🧠
Avatar
though our massive cmakefile is very hard to navigate at times
Avatar
bam also has online documentation, though incomplete
Exported 20 message(s)