public
Description: ScopePort Server
Homepage: http://www.scopeport.org/
Clone URL: git://github.com/lennartkoopmann/scopeport-server.git
Click here to lend your support to: scopeport-server and make a donation at www.pledgie.com !
scopeport-server / CMakeLists.txt
100644 5 lines (3 sloc) 0.085 kb
1
2
3
4
5
cmake_minimum_required(VERSION 2.6)
project(SCOPEPORT-SERVER)
 
add_subdirectory(src)