Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
3b029184
Commit
3b029184
authored
Feb 14, 2017
by
Jan Möbius
Browse files
Updated cmakelists to handle ui files in objecttypes
parent
e6378116
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3b029184
...
...
@@ -312,7 +312,8 @@ foreach (DATATYPE_DIR ${_data_types})
string
(
TOUPPER
${
TYPENAME
}
TYPENAME
)
list
(
APPEND TYPE_LIST
${
TYPENAME
}
)
set
(
${
TYPENAME
}
_INCLUDE
${
CMAKE_SOURCE_DIR
}
/
${
DATATYPE_DIR
}
/../../
)
# Binary is only for the ui files generated there. Maybe a better solution can be found!
set
(
${
TYPENAME
}
_INCLUDE
${
CMAKE_SOURCE_DIR
}
/
${
DATATYPE_DIR
}
/../../
${
CMAKE_BINARY_DIR
}
/
${
DATATYPE_DIR
}
/
)
endif
()
endforeach
()
...
...
OpenFlipper/cmake/CMakeLists.txt
View file @
3b029184
...
...
@@ -312,7 +312,8 @@ foreach (DATATYPE_DIR ${_data_types})
string
(
TOUPPER
${
TYPENAME
}
TYPENAME
)
list
(
APPEND TYPE_LIST
${
TYPENAME
}
)
set
(
${
TYPENAME
}
_INCLUDE
${
CMAKE_SOURCE_DIR
}
/
${
DATATYPE_DIR
}
/../../
)
# Binary is only for the ui files generated there. Maybe a better solution can be found!
set
(
${
TYPENAME
}
_INCLUDE
${
CMAKE_SOURCE_DIR
}
/
${
DATATYPE_DIR
}
/../../
${
CMAKE_BINARY_DIR
}
/
${
DATATYPE_DIR
}
/
)
endif
()
endforeach
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment