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
51ee6916
Commit
51ee6916
authored
May 16, 2014
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed header files from CMakeLists.txt.
parent
ad1b138f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
CMakeLists.txt
pcbnew/router/CMakeLists.txt
+0
-25
No files found.
pcbnew/router/CMakeLists.txt
View file @
51ee6916
...
...
@@ -10,51 +10,26 @@ include_directories(
)
set
(
PCBNEW_PNS_SRCS
direction.h
time_limit.h
time_limit.cpp
trace.h
pns_algo_base.h
pns_algo_base.cpp
pns_dragger.cpp
pns_dragger.h
pns_index.h
pns_item.h
pns_item.cpp
pns_itemset.h
pns_itemset.cpp
pns_joint.h
pns_layerset.h
pns_line.h
pns_line.cpp
pns_line_placer.h
pns_line_placer.cpp
pns_logger.h
pns_logger.cpp
pns_node.h
pns_node.cpp
pns_optimizer.h
pns_optimizer.cpp
pns_router.h
pns_router.cpp
pns_routing_settings.h
pns_routing_settings.cpp
pns_segment.h
pns_shove.h
pns_shove.cpp
pns_solid.h
pns_solid.cpp
pns_utils.h
pns_utils.cpp
pns_via.h
pns_via.cpp
pns_walkaround.h
pns_walkaround.cpp
router_preview_item.cpp
router_preview_item.h
router_tool.cpp
router_tool.h
)
add_library
(
pnsrouter STATIC
${
PCBNEW_PNS_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