forked from TartanLlama/expected
Compare commits
3 Commits
v1.1.0
...
esp-idf-fi
Author | SHA1 | Date | |
---|---|---|---|
ce14a0fc6e | |||
30ee4ea505 | |||
aa9b2b2d1f |
@ -1,4 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
if(NOT DEFINED IDF_TARGET)
|
||||
|
||||
project(tl-expected
|
||||
HOMEPAGE_URL https://tl.tartanllama.xyz
|
||||
DESCRIPTION "C++11/14/17 std::expected with functional-style extensions"
|
||||
@ -115,3 +118,8 @@ list(APPEND CPACK_SOURCE_IGNORE_FILES /.git/ /build/ .gitignore .DS_Store)
|
||||
|
||||
include(CPack)
|
||||
|
||||
else()
|
||||
|
||||
idf_component_register(INCLUDE_DIRS include)
|
||||
|
||||
endif()
|
||||
|
2
expected.pri
Normal file
2
expected.pri
Normal file
@ -0,0 +1,2 @@
|
||||
QMAKE_CXXFLAGS += -isystem $$PWD/include
|
||||
|
Reference in New Issue
Block a user