3621e073a8
This extends the ExportImport test. The Export project creates a C++ static library and exports it. Then the Import project links the library into a C executable. On most platforms the executable will link only if the C++ linker is chosen correctly. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
imp_lib1.c | ||
imp_mod1.c | ||
imp_testExe1.c |