Эх сурвалжийг харах

added support for cmake config file generated per sub library

Johannes Ruehle 11 жил өмнө
parent
commit
a503536030

+ 2 - 0
cmake/niceConfig.cmake.in

@@ -0,0 +1,2 @@
+set(nice_${the_library}_LINKING_DEPENDENCIES ${PROJECT_BINARY_DIR}/lib/libnice_${the_library}.a;${nice_${the_library}_LINKING_DEPENDENCIES})
+set(nice_${the_library}_INCLUDE_DIRS ${CMAKE_SOURCE_DIR})