2009-12-11 06:48:37 -06:00
|
|
|
INCLUDE_DIRECTORIES(${CHAMS_SOURCE_DIR}/agds)
|
|
|
|
|
|
|
|
SET ( includes GdsLibrary.h GdsStructure.h GdsElement.h GdsRectangle.h )
|
|
|
|
SET ( cpps GdsLibrary.cpp GdsStructure.cpp GdsRectangle.cpp )
|
|
|
|
|
2010-02-02 03:58:17 -06:00
|
|
|
ADD_LIBRARY(agds ${cpps})
|
2009-12-11 06:48:37 -06:00
|
|
|
INSTALL(TARGETS agds DESTINATION /lib)
|
|
|
|
|
|
|
|
INSTALL(FILES ${includes} DESTINATION /include/io/agds)
|