mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
16 lines
186 B
CMake
16 lines
186 B
CMake
|
|
SET(XPMS )
|
|
|
|
SET(PNGS
|
|
c_microstrip.png
|
|
coax.png
|
|
microstrip.png
|
|
stripline.png
|
|
rectwaveguide.png
|
|
cpw.png
|
|
cpw_back.png)
|
|
|
|
SET(ICON )
|
|
|
|
INSTALL( FILES ${PNGS} DESTINATION share/qucs/bitmaps )
|