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
7fd0f0ca
Commit
7fd0f0ca
authored
Jan 23, 2012
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add tools directory, move container_test.cpp there on standby
parent
94097a6b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
CMakeLists.txt
CMakeLists.txt
+1
-4
CMakeLists.txt
tools/CMakeLists.txt
+6
-0
container_test.cpp
tools/container_test.cpp
+0
-0
No files found.
CMakeLists.txt
View file @
7fd0f0ca
...
...
@@ -272,13 +272,10 @@ add_subdirectory(polygon/kbool/src)
add_subdirectory
(
potrace
)
add_subdirectory
(
bitmap2component
)
add_subdirectory
(
pcb_calculator
)
#add_subdirectory(tools)
#add_subdirectory(new)
add_executable
(
container_test EXCLUDE_FROM_ALL container_test.cpp
)
target_link_libraries
(
container_test common polygon bitmaps
${
wxWidgets_LIBRARIES
}
)
#############
# Resources #
#############
...
...
tools/CMakeLists.txt
0 → 100644
View file @
7fd0f0ca
add_executable
(
container_test EXCLUDE_FROM_ALL container_test.cpp
)
target_link_libraries
(
container_test common polygon bitmaps
${
wxWidgets_LIBRARIES
}
)
container_test.cpp
→
tools/
container_test.cpp
View file @
7fd0f0ca
File moved
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