Add preliminary support for tracking dependencies

This commit is contained in:
Jens K. Mueller 2010-09-26 22:31:56 +02:00
commit 97b6c15587
7 changed files with 129 additions and 0 deletions

View file

@ -0,0 +1,4 @@
include(UseDDeps)
include_directories(.)
add_executable_with_dependencies(app_8 app_8.d)