https://github.com/Kitware/CMake
Raw File
Tip revision: fca4423786ba2c4a5ab0ec6c1a1cbac8cd8600b4 authored by Brad King on 10 August 2017, 13:36:24 UTC
CMake 3.9.1
Tip revision: fca4423
CMakeLists.txt
add_library( NoDepC NoDepCSrc.c )
# This library depends on NoDepA, but the
# dependency is not explicitly specified.
back to top