Explorar o código

added support for cmake config file generated per sub library

Johannes Ruehle %!s(int64=11) %!d(string=hai) anos
pai
achega
a503536030
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      cmake/niceConfig.cmake.in

+ 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})