light/modules/asset_baker/CMakeLists.txt
light7734 cd886aa8c9
Some checks reported errors
continuous-integration/drone/push Build was killed
refactor: flatten directory structure
2025-07-20 04:46:15 +03:30

10 lines
169 B
CMake

add_executable_module(
asset_baker entrypoint/baker.cpp
)
target_link_libraries(
asset_baker
PRIVATE asset_parser
PRIVATE stb::stb
PRIVATE logger
)