2010-02-23 09:34:16 -06:00
|
|
|
INCLUDE_DIRECTORIES(${CHAMS_SOURCE_DIR}/cif)
|
|
|
|
|
|
|
|
SET ( includes CifCircuit.h CifPolygon.h )
|
|
|
|
SET ( cpps CifCircuit.cpp CifPolygon.cpp )
|
|
|
|
|
|
|
|
ADD_LIBRARY(cif ${cpps})
|
2010-05-16 11:33:53 -05:00
|
|
|
INSTALL(TARGETS cif DESTINATION lib)
|
2010-02-23 09:34:16 -06:00
|
|
|
|
2010-05-16 11:33:53 -05:00
|
|
|
INSTALL(FILES ${includes} DESTINATION include/io/cif)
|