mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00

* fix tests, remove tr1 * remove cbesslj from math library * add ecvs.cpp compontent to library * fix tests, remove TR1 * add OSX clang libc++ flag * adjust include headers needed to install * set to use c++11 features * link libqucs to libdl, for dlopen, dlclose * add qucs_typedefs.h file config * set PIC for x86_64 * fix path to generated headers * add ps2sp to install * install wrapper scripts qucsdigi,... * fix build on win64 * generation of libucs on windows mingw, test reverted later
6 lines
137 B
CMake
6 lines
137 B
CMake
|
|
# Netlist preprocessor script and man page
|
|
INSTALL( FILES ps2sp DESTINATION bin/ )
|
|
|
|
INSTALL( FILES ps2sp.1 DESTINATION share/man/man1 )
|