mirror of
https://git.tesses.org/tesses50/crosslang.git
synced 2026-08-01 16:15:32 +00:00
Use new build setup
This commit is contained in:
@@ -5,10 +5,10 @@ set(CROSSLANG_STATIC ${TESSESFRAMEWORK_STATIC} CACHE INTERNAL "For CrossLang" FO
|
||||
FetchContent_Declare(
|
||||
TessesFramework
|
||||
GIT_REPOSITORY https://git.tesses.org/tesses50/tessesframework.git
|
||||
GIT_TAG 41d503cfb535eca95068b0265418ab2f580264d6
|
||||
GIT_TAG bc5821cbf0ce055a0d7625039abbfb53459426df
|
||||
)
|
||||
set(TESSESFRAMEWORK_ENABLE_EXAMPLES OFF)
|
||||
FetchContent_MakeAvailable(TessesFramework)
|
||||
else()
|
||||
find_package(TessesFramework REQUIRED)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user