4 lines
90 B
CMake
4 lines
90 B
CMake
include(UseDDeps)
|
|
|
|
include_directories(.)
|
|
add_executable_with_dependencies(app_8 app_8.d)
|