codedwrench / xlinkhandheldassistant

Emulates a promiscuous mode wifi card using monitor mode and packet injection and sends the data over XLink Kai.
MIT License
30 stars 3 forks source link

Improve CMakeLists.txt #15

Open codedwrench opened 4 years ago

codedwrench commented 4 years ago

The CMakeLists has been hacked together by me in a single file. It needs to be rewritten for a CMakelists file per folder.

The following features have to work:

Bonus points if you add automatic file formatting through clang format.

codedwrench commented 3 years ago

The different libraries in this project: ncurses/pdcurses, libpcap/npcap, google test, google mock, boost_thread & boost program_options have to be imported properly and based on platform (only windows and linux officially supported) Now added a cmake subfolder for finding modules, this improved the file a little bit already