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