restructured everything

This commit is contained in:
Robert 2021-04-23 15:08:51 +02:00
parent 4225a524b9
commit c66cae17f2
61 changed files with 18406 additions and 1710 deletions

15
examples/CMakeLists.txt Normal file
View file

@ -0,0 +1,15 @@
add_executable(sdlu_example
main.cpp header.hpp
)
target_include_directories(sdlu_example PUBLIC
sdlu
)
target_link_libraries(sdlu_example
sdlu
)
# add_custom_command(TARGET sdlu_example POST_BUILD
# COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:SDL2> $<TARGET_FILE_DIR:sdlu_example>
# )