mikage-dev/tools/embed_title/CMakeLists.txt

3 lines
156 B
Text
Raw Normal View History

2024-03-07 22:05:16 +01:00
add_executable(embed_title main.cpp)
target_link_libraries(embed_title framework platform boost_program_options boost_filesystem boost_system fmt_includes)