2007-11-08 07:17:37 +00:00
|
|
|
ADD_DEFINITIONS(-DPCBNEW)
|
|
|
|
|
2007-12-30 03:30:34 +00:00
|
|
|
INCLUDE_DIRECTORIES(
|
2008-01-30 09:42:19 +00:00
|
|
|
../pcbnew
|
|
|
|
../polygon)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
|
|
|
SET(3D-VIEWER_SRCS
|
2008-01-30 09:42:19 +00:00
|
|
|
3d_aux.cpp
|
|
|
|
3d_canvas.cpp
|
|
|
|
3d_class.cpp
|
|
|
|
3d_draw.cpp
|
|
|
|
3d_frame.cpp
|
|
|
|
3d_read_mesh.cpp
|
|
|
|
3d_toolbar.cpp
|
|
|
|
trackball.cpp)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
|
|
|
ADD_LIBRARY(3d-viewer ${3D-VIEWER_SRCS})
|