Skip to content

Commit

Permalink
Merge pull request #2 from AnyarInc/master
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
mwalcott3 authored Mar 27, 2020
2 parents 10a49d8 + 0976d03 commit 5c08321
Show file tree
Hide file tree
Showing 4 changed files with 17,699 additions and 69 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ endif()
add_library(${PROJECT_NAME} INTERFACE)
add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})

target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_14)
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_17)
if (MSVC)
target_compile_options(${PROJECT_NAME} INTERFACE "/bigobj") # for ChaiScript
endif()

target_include_directories(
${PROJECT_NAME}
INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/catch2>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)

install(TARGETS ${PROJECT_NAME}
Expand Down
Loading

0 comments on commit 5c08321

Please sign in to comment.