Browse Source

Formatting.

main
offa 7 years ago
parent
commit
395e41c93c
2 changed files with 0 additions and 4 deletions
  1. +0
    -3
      CMakeLists.txt
  2. +0
    -1
      test/CMakeLists.txt

+ 0
- 3
CMakeLists.txt View File

set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_CXX_EXTENSIONS OFF)






add_library(ScopeGuard INTERFACE) add_library(ScopeGuard INTERFACE)
target_include_directories(ScopeGuard INTERFACE target_include_directories(ScopeGuard INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>


include(Install) include(Install)




+ 0
- 1
test/CMakeLists.txt View File

VERBATIM VERBATIM
) )




Loading…
Cancel
Save