mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-06-02 02:25:31 +00:00
Fix win32 printing, fix my stupid json vulnerability
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
if(TESSESFRAMEWORK_ENABLE_EXAMPLES)
|
||||
add_executable(start-my-website examples/start-my-website.cpp)
|
||||
target_link_libraries(start-my-website PUBLIC tessesframework)
|
||||
|
||||
add_executable(echo-my-name examples/echo-my-name.cpp)
|
||||
target_link_libraries(echo-my-name PUBLIC tessesframework)
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
set(TESSESFRAMEWORK_MAJOR_VERSION 0)
|
||||
set(TESSESFRAMEWORK_MINOR_VERSION 0)
|
||||
set(TESSESFRAMEWORK_PATCH_VERSION 4)
|
||||
set(TESSESFRAMEWORK_PATCH_VERSION 5)
|
||||
Reference in New Issue
Block a user