meta: replace bluelib references with fx
This commit is contained in:
@@ -12,9 +12,9 @@ add_executable(mie-tool ${tool_sources} ${rc_file})
|
||||
target_link_libraries(
|
||||
mie-tool
|
||||
mie
|
||||
Bluelib::Core
|
||||
Bluelib::Ds
|
||||
Bluelib::Cmd)
|
||||
FX::Core
|
||||
FX::Ds
|
||||
FX::Cmd)
|
||||
|
||||
set_target_properties(mie-tool PROPERTIES OUTPUT_NAME "mie")
|
||||
target_compile_definitions(mie-tool PRIVATE MIE_STATIC=${MIE_STATIC})
|
||||
|
||||
Reference in New Issue
Block a user