소스 검색

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