浏览代码

99_Benchmark: use standart way for source grouping (#2875)

1vanK 3 年之前
父节点
当前提交
8014f1b111
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      Source/Samples/99_Benchmark/CMakeLists.txt

+ 1 - 3
Source/Samples/99_Benchmark/CMakeLists.txt

@@ -24,7 +24,7 @@
 set (TARGET_NAME 99_Benchmark)
 
 # Define source files
-define_source_files ()
+define_source_files (GROUP)
 
 # Setup target with resource copying
 setup_main_executable ()
@@ -32,5 +32,3 @@ setup_main_executable ()
 # Setup test cases
 setup_test ()
 
-# Preventing VS from placing cpp and h files to different groups 
-source_group (TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCE_FILES})