Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenFlipper-Free
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
3b029184
Commit
3b029184
authored
Feb 14, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated cmakelists to handle ui files in objecttypes
parent
e6378116
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CMakeLists.txt
CMakeLists.txt
+2
-1
OpenFlipper/cmake/CMakeLists.txt
OpenFlipper/cmake/CMakeLists.txt
+2
-1
No files found.
CMakeLists.txt
View file @
3b029184
...
@@ -312,7 +312,8 @@ foreach (DATATYPE_DIR ${_data_types})
...
@@ -312,7 +312,8 @@ foreach (DATATYPE_DIR ${_data_types})
string
(
TOUPPER
${
TYPENAME
}
TYPENAME
)
string
(
TOUPPER
${
TYPENAME
}
TYPENAME
)
list
(
APPEND TYPE_LIST
${
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
()
endif
()
endforeach
()
endforeach
()
...
...
OpenFlipper/cmake/CMakeLists.txt
View file @
3b029184
...
@@ -312,7 +312,8 @@ foreach (DATATYPE_DIR ${_data_types})
...
@@ -312,7 +312,8 @@ foreach (DATATYPE_DIR ${_data_types})
string
(
TOUPPER
${
TYPENAME
}
TYPENAME
)
string
(
TOUPPER
${
TYPENAME
}
TYPENAME
)
list
(
APPEND TYPE_LIST
${
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
()
endif
()
endforeach
()
endforeach
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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