Should CMake’s –graphviz option depend on a custom target?
Sample CMakeLists.txt file:
cmake_minimum_required(VERSION 2.8)
add_executable(target0 test.cpp)
add_dependencies(target0 tar
Should CMake’s –graphviz option depend on a custom target?
Sample CMakeLists.txt file:
cmake_minimum_required(VERSION 2.8)
add_executable(target0 test.cpp)
add_dependencies(target0 tar
We are now using VS2003 (the target is .Net 1.1), we want to upgrade to VS2008, but I want to know what the new .Net target should be?
>Should I keep the target as .Net 1.1 (very old and not