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
37013024
Commit
37013024
authored
Dec 17, 2007
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
follow zone restructuring
parent
2d516230
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
CMakeLists.txt
pcbnew/CMakeLists.txt
+10
-3
No files found.
pcbnew/CMakeLists.txt
View file @
37013024
...
...
@@ -3,7 +3,9 @@ ADD_DEFINITIONS(-DPCBNEW)
INCLUDE_DIRECTORIES
(
${
CMAKE_CURRENT_SOURCE_DIR
}
bitmaps
../3d-viewer
)
../3d-viewer
../polygon
)
SET
(
PCBNEW_SRCS
affiche.cpp
...
...
@@ -66,6 +68,7 @@ SET(PCBNEW_SRCS
edtxtmod.cpp
export_gencad.cpp
files.cpp
filling_zone_algorithm.cpp
find.cpp
gendrill.cpp
gen_modules_placefile.cpp
...
...
@@ -126,7 +129,9 @@ SET(PCBNEW_SRCS
via_edit.cpp
work.cpp
xchgmod.cpp
zones.cpp
)
# zones.cpp
zones_by_polygon.cpp
)
SET
(
PCBNEW_EXTRA_SRCS
../share/drawframe.cpp
...
...
@@ -134,7 +139,9 @@ SET(PCBNEW_EXTRA_SRCS
../share/infospgm.cpp
../share/setpage.cpp
../share/wxprint.cpp
../share/zoom.cpp
)
../share/zoom.cpp
# ../polygon/PolyLine.cpp
)
IF
(
WIN32
)
SET
(
PCBNEW_RESOURCES pcbnew.rc
)
...
...
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