Browse Source

inputprocess: actually build it

ambrop7 15 năm trước cách đây
mục cha
commit
5a18e78a93
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -144,6 +144,7 @@ add_subdirectory(stringmap)
 if (NOT WIN32)
     add_subdirectory(ipc)
     add_subdirectory(process)
+    add_subdirectory(inputprocess)
 endif ()
 
 # example programs