mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-08-01 16:15:31 +00:00
Fix license compliance and fix things up
This commit is contained in:
@@ -64,4 +64,9 @@ add_executable(tuuid apps/tuuid.cpp)
|
||||
|
||||
target_link_libraries(tuuid PUBLIC tessesframework)
|
||||
install(TARGETS tuuid DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
|
||||
add_executable(ttimezone apps/ttimezone.cpp)
|
||||
|
||||
target_link_libraries(ttimezone PUBLIC tessesframework)
|
||||
install(TARGETS ttimezone DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
endif()
|
||||
Reference in New Issue
Block a user