You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
-
How to export cpp library[](https://travis-ci.org/robotology/how-to-export-cpp-library)[](https://ci.appveyor.com/project/robotology/how-to-export-cpp-library/branch/master)
1
+
How to export cpp library
2
2
===========
3
3
4
4
This repository provides an OS-agnostic C++ library template with plain [CMake](https://cmake.org/) files with the following features:
5
5
* distribution of the library
6
-
* automatic exposition of symbols for Windows dlls using [`CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS`](https://blog.kitware.com/create-dlls-on-windows-without-declspec-using-new-cmake-export-all-feature/),
6
+
* automatic exposition of symbols for Windows dlls using [`CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS`](https://blog.kitware.com/create-dlls-on-windows-without-declspec-using-new-cmake-export-all-feature/)
0 commit comments