add sdl to project
This commit is contained in:
parent
8f840ff1fe
commit
c2aa9c0f31
4 changed files with 39 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
|||
add_subdirectory(3rdparty/sdl)
|
||||
|
||||
add_executable(netsim
|
||||
"src/main.cpp"
|
||||
)
|
||||
|
||||
target_link_libraries(netsim PRIVATE
|
||||
libnetsim
|
||||
SDL3::SDL3
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue