mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Added new AnalogueCM library in CMake build system
This commit is contained in:
parent
dce22d4ca1
commit
01c0bcc00b
8
qucs-lib/library/AnalogueCM/CMakeLists.txt
Normal file
8
qucs-lib/library/AnalogueCM/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
SET(AN_CM_resources
|
||||
etd.mod
|
||||
etd.ifs
|
||||
)
|
||||
|
||||
INSTALL( FILES ${AN_CM_resources} DESTINATION share/qucs/library/AnalogueCM )
|
||||
|
@ -1,5 +1,6 @@
|
||||
|
||||
SET(COMPLIBS
|
||||
AnalogueCM.lib
|
||||
Bridges.lib
|
||||
Diodes.lib
|
||||
Ideal.lib
|
||||
@ -19,3 +20,4 @@ SpiceOpamp.lib
|
||||
|
||||
INSTALL( FILES ${COMPLIBS} DESTINATION share/qucs/library )
|
||||
|
||||
ADD_SUBDIRECTORY( AnalogueCM )
|
||||
|
Loading…
x
Reference in New Issue
Block a user