first commit
This commit is contained in:
parent
4f900784e2
commit
79d664e533
|
@ -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()
|
Loading…
Reference in New Issue