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
a9ff3f96
Commit
a9ff3f96
authored
Feb 19, 2008
by
f3nix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small CMake cleanup.
parent
5f8f46de
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
CMakeLists.txt
CMakeLists.txt
+2
-1
CMakeLists.txt
internat/CMakeLists.txt
+1
-1
CMakeLists.txt
pcbnew/CMakeLists.txt
+3
-4
No files found.
CMakeLists.txt
View file @
a9ff3f96
...
...
@@ -11,10 +11,11 @@
#
# CMAKE_VERBOSE_MAKEFILE ON/OFF (OPTIONAL)
# Turns ON/OFF verbose build messages.
#
y
ou can also pass VERBOSE=1 to make for the same effect.
#
Y
ou can also pass VERBOSE=1 to make for the same effect.
#
# CMAKE_INSTALL_PREFIX (OPTIONAL)
#
#
# KICAD_MINIZIP ON/OFF
#
#
...
...
internat/CMakeLists.txt
View file @
a9ff3f96
INSTALL
(
DIRECTORY ca cs de es fr hu it ko pl pt ru sl
INSTALL
(
DIRECTORY ca cs de es fr hu it ko pl pt ru sl
zh_CN
DESTINATION
${
KICAD_INTERNAT
}
COMPONENT resources
PATTERN
".svn"
EXCLUDE
)
pcbnew/CMakeLists.txt
View file @
a9ff3f96
...
...
@@ -39,7 +39,7 @@ SET(PCBNEW_SRCS
collectors.cpp
connect.cpp
controle.cpp
# copy_track.cpp
# copy_track.cpp
<-- not used
cotation.cpp
cross-probing.cpp
deltrack.cpp
...
...
@@ -47,6 +47,7 @@ SET(PCBNEW_SRCS
# dialog_drc.cpp
dialog_edit_mod_text.cpp
# dialog_edit_module.cpp
# dialog_gendrill.cpp
dialog_general_options.cpp
# dialog_graphic_items_options.cpp
# dialog_initpcb.cpp
...
...
@@ -56,10 +57,10 @@ SET(PCBNEW_SRCS
# dialog_track_options.cpp
# dialog_zones_by_polygon.cpp
dist.cpp
# docedit.cpp <-- not used
dragsegm.cpp
drc.cpp
dsn.cpp
# dupltrac.cpp <-- not used
edgemod.cpp
edit.cpp
editedge.cpp
...
...
@@ -67,7 +68,6 @@ SET(PCBNEW_SRCS
editpads.cpp
editrack.cpp
editrack-part2.cpp
# editrout.cpp <-- not used
edit_track_width.cpp
edtxtmod.cpp
export_gencad.cpp
...
...
@@ -138,7 +138,6 @@ SET(PCBNEW_SRCS
xchgmod.cpp
zone_filling_algorithm.cpp
zones_by_polygon.cpp
# zones.cpp
zones_test_and_combine_areas.cpp
)
SET
(
PCBNEW_EXTRA_SRCS
...
...
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