Moving cpp files to src
h files to src/vlsisapd/openChams Updating CMakeLists.txt
This commit is contained in:
parent
97c00c4679
commit
f016562c7f
|
@ -1,33 +1 @@
|
|||
INCLUDE_DIRECTORIES(${CHAMS_SOURCE_DIR}/openChams ${LIBXML2_INCLUDE_DIR})
|
||||
|
||||
SET ( includes
|
||||
Circuit.h
|
||||
Netlist.h
|
||||
Instance.h
|
||||
Net.h
|
||||
Name.h
|
||||
Operator.h
|
||||
Parameters.h
|
||||
Schematic.h
|
||||
Sizing.h
|
||||
Transistor.h
|
||||
OpenChamsException.h )
|
||||
SET ( cpps
|
||||
Circuit.cpp
|
||||
Netlist.cpp
|
||||
Instance.cpp
|
||||
Net.cpp
|
||||
Name.cpp
|
||||
Operator.cpp
|
||||
Parameters.cpp
|
||||
Schematic.cpp
|
||||
Sizing.cpp
|
||||
Transistor.cpp )
|
||||
|
||||
ADD_LIBRARY(openChams ${cpps})
|
||||
|
||||
TARGET_LINK_LIBRARIES(openChams ${LIBXML2_LIBRARIES})
|
||||
|
||||
INSTALL(TARGETS openChams DESTINATION lib${LIB_SUFFIX} )
|
||||
|
||||
INSTALL(FILES ${includes} DESTINATION include/vlsisapd/openChams)
|
||||
ADD_SUBDIRECTORY(src)
|
||||
|
|
Loading…
Reference in New Issue