I really hate cmake

This commit is contained in:
Ian Roddis
2021-06-03 21:01:56 -03:00
parent b6febcc053
commit 850d177ff5
3 changed files with 17 additions and 11 deletions

View File

@@ -4,6 +4,8 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_EXPORT_COMPILE_COMMANDS True)
set(THIRD_PARTY_DIR ${CMAKE_BINARY_DIR}/third_party)
find_package (Threads REQUIRED)
include(cmake/Pistache.cmake)