NoTarget-stderr.txt 459 B

123456789
  1. CMake Error at NoTarget.cmake:1 \(add_dependencies\):
  2. Cannot add target-level dependencies to non-existent target "foo".
  3. The add_dependencies works for top-level logical targets created by the
  4. add_executable, add_library, or add_custom_target commands. If you want to
  5. add file-level dependencies see the DEPENDS option of the add_custom_target
  6. and add_custom_command commands.
  7. Call Stack \(most recent call first\):
  8. CMakeLists.txt:3 \(include\)