浏览代码

Move performance

Kajetan Johannes Hammerle 1 年之前
父节点
当前提交
d38c945a2c
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt
  2. 0 0
      performance/Main.cpp

+ 1 - 1
CMakeLists.txt

@@ -59,7 +59,7 @@ set(SRC_TESTS
 )
 
 set(SRC_PERFORMANCE
-    "src/performance/Main.cpp"
+    "performance/Main.cpp"
     "test/Test.cpp"
 )
 

+ 0 - 0
src/performance/Main.cpp → performance/Main.cpp