Commit a9ff3f96 authored by f3nix's avatar f3nix

Small CMake cleanup.

parent 5f8f46de
......@@ -11,10 +11,11 @@
#
# CMAKE_VERBOSE_MAKEFILE ON/OFF (OPTIONAL)
# Turns ON/OFF verbose build messages.
# you can also pass VERBOSE=1 to make for the same effect.
# You can also pass VERBOSE=1 to make for the same effect.
#
# CMAKE_INSTALL_PREFIX (OPTIONAL)
#
#
# KICAD_MINIZIP ON/OFF
#
#
......
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)
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment