diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-09 20:04:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-09 20:04:43 +0200 |
commit | f44083d90e7dc07be632086be7b4274a7b3100a2 (patch) | |
tree | 302a15117e7a76df5568d3882042b4b879edeeaf /cmake/mrproper.cmake | |
parent | f5610a1ac847f17402415e4bf1080f84fd8d185f (diff) |
cmake: rename
Diffstat (limited to 'cmake/mrproper.cmake')
-rw-r--r-- | cmake/mrproper.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/mrproper.cmake b/cmake/mrproper.cmake new file mode 100644 index 00000000..f531a6cb --- /dev/null +++ b/cmake/mrproper.cmake @@ -0,0 +1,4 @@ +list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
+include(opentrack-mrproper)
+
+cleanup_build_dir()
|