This website requires JavaScript.
Explore
Help
Sign In
haskal
/
kicad
Watch
1
Star
0
Fork
You've already forked kicad
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3bbeec1227
kicad
/
polygon
/
CMakeLists.txt
6 lines
99 B
CMake
Raw
Normal View
History
Unescape
Escape
Lowercase CMake commands.
2008-03-11 15:57:54 +00:00
set
(
POLYGON_SRCS
CMake: * Change tabs to spaces. * Make Boost required.
2008-01-30 09:42:19 +00:00
m
a
t
h
_
f
o
r
_
g
r
a
p
h
i
c
s
.
c
p
p
P
o
l
y
L
i
n
e
.
c
p
p
)
* Fix CMake build. * Add polygon library.
2007-12-30 03:30:34 +00:00
Lowercase CMake commands.
2008-03-11 15:57:54 +00:00
add_library
(
polygon
${
POLYGON_SRCS
}
)