first commit

This commit is contained in:
Mike Nolan 2024-12-06 05:21:49 -06:00
parent 4f900784e2
commit 79d664e533
2 changed files with 3 additions and 2 deletions

View File

@ -144,6 +144,7 @@ if(TESSESFRAMEWORK_ENABLE_EXAMPLES)
add_executable(mountabletest examples/mountabletest.cpp)
target_link_libraries(mountabletest PUBLIC tessesframework)
add_executable(download examples/download.cpp)
target_link_libraries(download PUBLIC tessesframework)
add_executable(tfetch examples/tfetch.cpp)
target_link_libraries(tfetch PUBLIC tessesframework)
install(TARGETS tfetch DESTINATION bin)
endif()