We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc48b41 commit 6d9ec2dCopy full SHA for 6d9ec2d
5 files changed
CMakeLists.txt
@@ -0,0 +1,4 @@
1
+cmake_minimum_required (VERSION 2.6)
2
+project (daemon)
3
+add_definitions(-DNDEBUG -D_UNICODE -DUNICODE -D"_WIN32_WINNT=0x0501" )
4
+add_executable(daemon daemon.cpp ntservice.c bsd_getopt.c)
0 commit comments