mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
12 lines
169 B
CMake
12 lines
169 B
CMake
![]() |
# python scripts
|
||
|
|
||
|
SET(BASICS
|
||
|
parse_result.py
|
||
|
parse_result_example.py
|
||
|
rc_ac_sweep.dat
|
||
|
rc_ac_sweep.net
|
||
|
)
|
||
|
|
||
|
INSTALL(FILES ${BASICS} DESTINATION share/qucs/python/)
|
||
|
|