You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
304 B

  1. --- a/examples/CMakeLists.txt
  2. +++ b/examples/CMakeLists.txt
  3. @@ -2,7 +2,7 @@ option(EXAMPLES "Build example programs"
  4. if (EXAMPLES)
  5. # Includes
  6. - include( ${CMAKE_CURRENT_SOURCE_DIR}
  7. + include_directories( ${CMAKE_CURRENT_SOURCE_DIR}
  8. ${CMAKE_CURRENT_BINARY_DIR}
  9. )