Browse Source

added support for cmake config file generated per sub library

Johannes Ruehle 11 years ago
parent
commit
a503536030
1 changed files with 2 additions and 0 deletions
  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})