aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/CMakeLists.txt
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-08 19:50:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-08 19:50:15 +0300
commit661de980300514c13909910b8fad07ea74bbef70 (patch)
treefbfc3d8f02fce5f40c2a7ae2a1d90c11676baf6e /um/CMakeLists.txt
parentadd .gitattributes (diff)
downloadwindows7-drivers-661de980300514c13909910b8fad07ea74bbef70.tar.gz
windows7-drivers-661de980300514c13909910b8fad07ea74bbef70.zip
add cmake-common as a submodule
Diffstat (limited to 'um/CMakeLists.txt')
-rw-r--r--um/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/um/CMakeLists.txt b/um/CMakeLists.txt
index 487faab..7d3c525 100644
--- a/um/CMakeLists.txt
+++ b/um/CMakeLists.txt
@@ -1,6 +1,6 @@
project(win7drv CXX)
-include(common.cmake)
+include(cmake/common.cmake)
add_subdirectory(service)
add_subdirectory(wrappers)