소스 검색

Formatting.

main
offa 7 년 전
부모
커밋
395e41c93c
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -3
      CMakeLists.txt
  2. +0
    -1
      test/CMakeLists.txt

+ 0
- 3
CMakeLists.txt 파일 보기

@@ -37,8 +37,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)




add_library(ScopeGuard INTERFACE)
target_include_directories(ScopeGuard INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
@@ -63,4 +61,3 @@ endif()

include(Install)



+ 0
- 1
test/CMakeLists.txt 파일 보기

@@ -31,4 +31,3 @@ add_custom_target(unittest ScopeExitTest
VERBATIM
)



Loading…
취소
저장