more work on backend and moving frags to objs

This commit is contained in:
2024-04-09 19:36:35 +02:00
parent 0610a6a64a
commit 3cede91aa0
12 changed files with 514 additions and 152 deletions

View File

@ -80,6 +80,15 @@ target_link_libraries(test_fragment_store PUBLIC
########################################
add_executable(convert_frag_to_obj
fragment_store/convert_frag_to_obj.cpp
)
target_link_libraries(convert_frag_to_obj PUBLIC
fragment_store
)
########################################
add_executable(tomato
./main.cpp
./icon.rc