[ROSAPPS] Add sysutils/utils folder completely (except rosperf for now) / Fix two...
[reactos.git] / rosapps / applications / sysutils / utils / stats / CMakeLists.txt
diff --git a/rosapps/applications/sysutils/utils/stats/CMakeLists.txt b/rosapps/applications/sysutils/utils/stats/CMakeLists.txt
new file mode 100644 (file)
index 0000000..8480d34
--- /dev/null
@@ -0,0 +1,5 @@
+
+add_executable(stats stats.c)
+set_module_type(stats win32cui UNICODE)
+add_importlibs(stats ntdll msvcrt kernel32)
+add_cd_file(TARGET stats DESTINATION reactos/bin FOR all)