initial commit - linking static lib to executable
This commit is contained in:
6
cplusplus/cmake_ys/executable_staticlib/A/LibA/func1.cxx
Normal file
6
cplusplus/cmake_ys/executable_staticlib/A/LibA/func1.cxx
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace LibA {
|
||||
double sqrt(double x)
|
||||
{
|
||||
return -42;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user