place netsim in static library
This commit is contained in:
parent
aa458dadd6
commit
8f840ff1fe
10 changed files with 17 additions and 10 deletions
7
gui/CMakeLists.txt
Normal file
7
gui/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
add_executable(netsim
|
||||
"src/main.cpp"
|
||||
)
|
||||
|
||||
target_link_libraries(netsim PRIVATE
|
||||
libnetsim
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue