File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 2.8)
3
3
# I like to have the warning level set high.
4
4
add_definitions ("-Wall -Wextra -Wparentheses -Wuninitialized -Wcomment -Wformat -Weffc++" )
5
5
6
+ # Set target specific rules.
7
+ #set_property(SOURCE task/Hello.cpp APPEND_STRING PROPERTY COMPILE_FLAGS " -DNO_PRINT_INFO")
8
+
6
9
# Add the source tree directory to the search path for include files.
7
10
# Add the path to the libSPRITE header files.
8
11
include_directories (${CMAKE_CURRENT_SOURCE_DIR} "/usr/local/include/SPRITE" )
Original file line number Diff line number Diff line change 1
- #ifndef __task_Hello_hpp__
2
- #define __task_Hello_hpp__
1
+ #ifndef task_Hello_hpp
2
+ #define task_Hello_hpp
3
3
4
4
#include " SRTX/Task.h"
5
5
@@ -35,4 +35,4 @@ namespace task {
35
35
36
36
} // namespace
37
37
38
- #endif // __task_Hello_hpp__
38
+ #endif // task_Hello_hpp
You can’t perform that action at this time.
0 commit comments