[PATCH v2 4/5] kernel-shark-qt: Rename the Cmake-generated header file.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx>

The name of the Cmake-generated header file is changed for "KsDeff.h" to
"KsCmakeDef.hpp" in order to make it more explanatory. With the following
patches the file will start contain C++ declarations.

Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx>
---
 kernel-shark-qt/build/cmake_clean.sh | 2 +-
 kernel-shark-qt/build/deff.h.cmake   | 2 +-
 kernel-shark-qt/src/CMakeLists.txt   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel-shark-qt/build/cmake_clean.sh b/kernel-shark-qt/build/cmake_clean.sh
index acdbb43..4f984db 100755
--- a/kernel-shark-qt/build/cmake_clean.sh
+++ b/kernel-shark-qt/build/cmake_clean.sh
@@ -6,6 +6,6 @@ rm -rf CMakeFiles/
 rm -rf src/
 rm -rf examples/
 rm -f ../lib/*
-rm -f ../src/KsDeff.h
+rm -f ../src/KsCmakeDef.hpp
 rm -f CMakeDoxyfile.in
 rm -f CMakeDoxygenDefaults.cmake
diff --git a/kernel-shark-qt/build/deff.h.cmake b/kernel-shark-qt/build/deff.h.cmake
index 111fcdd..44ea08b 100644
--- a/kernel-shark-qt/build/deff.h.cmake
+++ b/kernel-shark-qt/build/deff.h.cmake
@@ -1,5 +1,5 @@
  /**
- *  \file    KsDeff.h
+ *  \file    KsCmakeDef.hpp
  *  \brief   This File is generated by CMAKE
  */
 
diff --git a/kernel-shark-qt/src/CMakeLists.txt b/kernel-shark-qt/src/CMakeLists.txt
index 3365413..305cea7 100644
--- a/kernel-shark-qt/src/CMakeLists.txt
+++ b/kernel-shark-qt/src/CMakeLists.txt
@@ -31,4 +31,4 @@ endif (OPENGL_FOUND AND GLUT_FOUND)
 add_subdirectory(plugins)
 
 configure_file( ${KS_DIR}/build/deff.h.cmake
-                ${KS_DIR}/src/KsDeff.h)
+                ${KS_DIR}/src/KsCmakeDef.hpp)
-- 
2.17.1




[Index of Archives]     [Linux USB Development]     [Linux USB Development]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux