repo.or.cz
/
openttd-github.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add: Overlay cargo icon in vehicle/depot list when holding shift+ctrl. (#12938)
[openttd-github.git]
/
os
/
emscripten
/
cmake
/
FindSDL2.cmake
blob
54553958b66f2621689f6eb9749fbbb8166809ca
1
add_library(SDL2::SDL2 INTERFACE IMPORTED)
2
set_target_properties(SDL2::SDL2 PROPERTIES
3
INTERFACE_COMPILE_OPTIONS "-sUSE_SDL=2"
4
INTERFACE_LINK_LIBRARIES "-sUSE_SDL=2"
5
)
6
7
set(SDL2_FOUND on)