mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
12 lines
165 B
CMake
12 lines
165 B
CMake
|
|
SET(SYMBOLS
|
|
opamp5t.sym
|
|
opamp3t.sym
|
|
nmos4.sym
|
|
pmos4.sym
|
|
)
|
|
|
|
# installation of transmission lines
|
|
INSTALL( FILES ${SYMBOLS} DESTINATION share/${QUCS_NAME}/symbols )
|
|
|