Skip to content

Draft: Add cxx files to project

Ingvord requested to merge add_cxx_files_to_cmake into tango-v10

Currently cxx test files are not tracked by CLion as they are not part of the cmake project. We need to fix this. Using cmake's add_custom_command may help, e.g. as in #326 .

Edited by Thomas Braun

Merge request reports