restructured everything
This commit is contained in:
parent
4225a524b9
commit
c66cae17f2
61 changed files with 18406 additions and 1710 deletions
15
examples/CMakeLists.txt
Normal file
15
examples/CMakeLists.txt
Normal 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>
|
||||
# )
|
Loading…
Add table
Add a link
Reference in a new issue