소스 검색

inputprocess: actually build it

ambrop7 15 년 전
부모
커밋
5a18e78a93
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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