cmake_minimum_required(VERSION 3.10) project(network_simulator) add_subdirectory(netsim) add_subdirectory(gui)