Skip to content

Commit 8d09d02

Browse files
committed
Add CMakeLists.txt
1 parent aea0f4a commit 8d09d02

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CMakeLists.txt

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cmake_minimum_required (VERSION 3.9)
2+
3+
project(process_info)
4+
5+
install(
6+
DIRECTORY
7+
${CMAKE_CURRENT_LIST_DIR}/include
8+
${CMAKE_CURRENT_LIST_DIR}/src
9+
DESTINATION
10+
.
11+
)

0 commit comments

Comments
 (0)