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
78ec79f6
Commit
78ec79f6
authored
Dec 09, 2007
by
f3nix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CMake build.
parent
fe284db0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
CMakeLists.txt
gerbview/CMakeLists.txt
+1
-0
CMakeLists.txt
pcbnew/CMakeLists.txt
+2
-0
No files found.
gerbview/CMakeLists.txt
View file @
78ec79f6
...
...
@@ -41,6 +41,7 @@ SET(GERBVIEW_SRCS
SET
(
GERBVIEW_EXTRA_SRCS
../pcbnew/basepcbframe.cpp
../pcbnew/class_board.cpp
../pcbnew/class_drc_item.cpp
../pcbnew/class_marker.cpp
../pcbnew/class_pcb_text.cpp
../pcbnew/class_track.cpp
...
...
pcbnew/CMakeLists.txt
View file @
78ec79f6
...
...
@@ -18,6 +18,7 @@ SET(PCBNEW_SRCS
class_board.cpp
class_board_item.cpp
class_cotation.cpp
class_drc_item.cpp
class_edge_mod.cpp
class_equipot.cpp
class_marker.cpp
...
...
@@ -28,6 +29,7 @@ SET(PCBNEW_SRCS
class_pcb_text.cpp
class_text_mod.cpp
class_track.cpp
class_zone.cpp
clean.cpp
# cleaningoptions_dialog.cpp
collectors.cpp
...
...
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