Skip to content
Snippets Groups Projects
Commit aad09fbe authored by GITLAB-RUNNER03\runner's avatar GITLAB-RUNNER03\runner Committed by Soeren Peters
Browse files

Remove prefix

parent 7c1b55d7
No related branches found
No related tags found
3 merge requests!403minor release 0.1.1,!402minor release 0.1.1,!388Add tests folder in project containing all kind of tests
......@@ -94,7 +94,7 @@ function(createSourceGroups file_paths)
get_filename_component(path ${file_path} DIRECTORY)
if (path)
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} PREFIX "general" FILES ${file_path})
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${file_path})
endif()
endforeach()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment