Make it better
All checks were successful
All checks were successful
This commit is contained in:
@@ -2,4 +2,15 @@ cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
project(myapp)
|
||||
|
||||
add_executable(myapp myapp.c)
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
tessesframework
|
||||
GIT_REPOSITORY https://git.tesses.org/tesses50/tessesframework.git
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(tessesframework)
|
||||
|
||||
add_executable(myapp myapp.cpp)
|
||||
|
||||
target_link_libraries(myapp PRIVATE tessesframework)
|
||||
Reference in New Issue
Block a user