Unmodified upstream source from https://github.com/Raizo62/vwifi Commit: 4a9842e "CMakeLists.txt : VERSION = 7.0" Simulator of WiFi (802.11) interfaces to communicate between several Virtual Machines via mac80211_hwsim + TCP relay. License: Apache-2.0
26 lines
329 B
Plaintext
26 lines
329 B
Plaintext
# Old build artifacts
|
|
# vwifi-server
|
|
# vwifi-client
|
|
# vwifi-ctrl
|
|
# vwifi-add-interfaces
|
|
# obj/
|
|
|
|
# CMake build artifacts
|
|
build/
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
compile_commands.json
|
|
Makefile
|
|
*.a
|
|
*.so
|
|
|
|
# For cppcheck
|
|
vwifi-cppcheck.xml
|
|
# For eclipse :
|
|
.project
|
|
.cproject
|
|
.settings
|
|
# For Visual Studio Code :
|
|
.vscode
|