place netsim in static library

This commit is contained in:
Robert 2023-06-30 01:19:45 +02:00
parent aa458dadd6
commit 8f840ff1fe
10 changed files with 17 additions and 10 deletions

7
gui/CMakeLists.txt Normal file
View file

@ -0,0 +1,7 @@
add_executable(netsim
"src/main.cpp"
)
target_link_libraries(netsim PRIVATE
libnetsim
)