From 5f3be4f85ee4bf38f3153a8bb703e8dfafe21f15 Mon Sep 17 00:00:00 2001 From: mingf2 <fm140905@gmail.com> Date: Thu, 20 May 2021 00:55:22 -0500 Subject: [PATCH] update cmake --- CMakeLists.txt | 4 +--- Postprocessing/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 004ed48..381c812 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,4 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/Headers) enable_testing() # add_subdirectory(googletest) add_subdirectory(Sources) -add_subdirectory(Postprocessing) -# add_subdirectory(unitest) -# add_subdirectory(bin) \ No newline at end of file +# add_subdirectory(Postprocessing) \ No newline at end of file diff --git a/Postprocessing/CMakeLists.txt b/Postprocessing/CMakeLists.txt index bccf85a..84be1c4 100644 --- a/Postprocessing/CMakeLists.txt +++ b/Postprocessing/CMakeLists.txt @@ -8,6 +8,5 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON) include_directories(${CMAKE_CURRENT_SOURCE_DIR}/Header) enable_testing() -add_subdirectory(googletest) add_subdirectory(Sources) add_subdirectory(Test) \ No newline at end of file -- GitLab