Dear all
I have a folder with few hundred files and when i add these files i get a Cmake error
Configuring done
CMake Warning in CMakeLists.txt:
The object file directory
C:/VisualGdb/ProjectName123.dir/
has 188 characters. The maximum full path to an object file is 250
characters (see CMAKE_OBJECT_PATH_MAX). Object file
In my auto generated cmakefilelist.txt i see this VERY long line
add_executable(ProjName , ProjName.cpp,…..,…)