mirror of
https://github.com/zeldaret/tmc
synced 2026-09-09 20:11:05 -04:00
moved agb2mid
This commit is contained in:
@@ -3,3 +3,5 @@ file(GLOB_RECURSE sources *.cpp)
|
||||
add_executable(asset_processor ${sources})
|
||||
target_include_directories(asset_processor PRIVATE .)
|
||||
target_link_libraries(asset_processor PRIVATE nlohmann_json::nlohmann_json filesystem)
|
||||
|
||||
install(TARGETS asset_processor RUNTIME DESTINATION bin)
|
||||
|
||||
Reference in New Issue
Block a user