Skip to content

Commit

Permalink
Add: CMakeLists.txt for Elapse
Browse files Browse the repository at this point in the history
  • Loading branch information
huanmie committed Jul 24, 2022
1 parent 2c71795 commit e96c542
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Elapse/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project(Elapse)
add_library(${PROJECT_NAME} INTERFACE)
target_include_directories(${PROJECT_NAME} INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
install(FILES Elapse.h DESTINATION include)

0 comments on commit e96c542

Please sign in to comment.