This repository has been archived on 2022-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
LEFTONE/app/sdl/CMakeLists.txt

15 lines
144 B
CMake

add_executable(app-sdl
args.c
event.c
main.c
)
target_link_libraries(app-sdl
GLEW::GLEW
${SDL2_TARGET}
conv
parsarg
loscene
)