moved agb2mid

This commit is contained in:
Henny022p
2021-11-23 06:01:19 +01:00
parent bc4a8577f3
commit ab6b5a21ce
18 changed files with 12 additions and 20 deletions
+2
View File
@@ -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)