Browse Source

Import FindPkgMacros to main CMake Configuration

Lucas Stanek 8 years ago
parent
commit
951f51a066
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -187,6 +187,7 @@ endif()
 
 
 INCLUDE_DIRECTORIES( include )
 INCLUDE_DIRECTORIES( include )
 
 
+INCLUDE (FindPkgMacros)
 INCLUDE (PrecompiledHeader)
 INCLUDE (PrecompiledHeader)
 
 
 # If this is an in-source build (CMAKE_SOURCE_DIR == CMAKE_BINARY_DIR),
 # If this is an in-source build (CMAKE_SOURCE_DIR == CMAKE_BINARY_DIR),