mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-02-05 19:18:40 +00:00
6 lines
237 B
CMake
6 lines
237 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project( OnlineResourceWatcherServerApp )
|
|
add_executable( OnlineResourceWatcherServerApp main.cpp )
|
|
|
|
# cmake -DCMAKE_BUILD_TYPE=Debug -DOMS_DEBUG=true
|
|
# cmake -DCMAKE_BUILD_TYPE=Release -DOMS_DEMO=true |