Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
8c7017aa
Commit
8c7017aa
authored
Nov 29, 2010
by
Wayne Stambaugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CMake generated header build error in PCBNew.
parent
67d98658
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.bzrignore
.bzrignore
+1
-1
CMakeLists.txt
pcbnew/CMakeLists.txt
+1
-1
No files found.
.bzrignore
View file @
8c7017aa
...
...
@@ -5,7 +5,7 @@ eeschema/cmp_library_lexer.h
eeschema/cmp_library_keywords.*
eeschema/template_fieldnames_keywords.*
eeschema/template_fieldnames_lexer.h
pcbnew/dialog_freeroute_exchange_help_html.h
pcbnew/dialog
s/dialog
_freeroute_exchange_help_html.h
Makefile
CMakeFiles
CMakeCache.txt
...
...
pcbnew/CMakeLists.txt
View file @
8c7017aa
...
...
@@ -230,7 +230,7 @@ endif(APPLE)
# Create a C++ compilable string initializer containing html text into a *.h file:
add_custom_command
(
OUTPUT
${
CMAKE_CURRENT_SOURCE_DIR
}
/dialog_freeroute_exchange_help_html.h
OUTPUT
${
CMAKE_CURRENT_SOURCE_DIR
}
/dialog
s/dialog
_freeroute_exchange_help_html.h
COMMAND
${
CMAKE_COMMAND
}
-DinputFile=
${
CMAKE_CURRENT_SOURCE_DIR
}
/dialogs/dialog_freeroute_exchange_help.html
-DoutputFile=
${
CMAKE_CURRENT_SOURCE_DIR
}
/dialogs/dialog_freeroute_exchange_help_html.h
...
...
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