Skip to content

Commit

Permalink
Reorganized code in texassmble
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 1, 2020
1 parent 58164bb commit 1208f96
Show file tree
Hide file tree
Showing 7 changed files with 644 additions and 590 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ if(MSVC)
string(REPLACE "/GR " "/GR- " CMAKE_CXX_FLAGS_RELEASE ${CMAKE_CXX_FLAGS_RELEASE})
endif()

add_executable(texassemble Texassemble/texassemble.cpp)
add_executable(texassemble
Texassemble/texassemble.cpp
Texassemble/AnimatedGif.cpp)
target_link_libraries(texassemble ${PROJECT_NAME})
source_group(texassemble REGULAR_EXPRESSION Texassemble/*.*)

Expand Down
Loading

0 comments on commit 1208f96

Please sign in to comment.