mirror of https://github.com/axmolengine/axmol.git
Update CMakeLists.txt
This commit is contained in:
parent
6031fdda11
commit
f3b3b5a0b1
|
@ -88,6 +88,7 @@ endif()
|
|||
|
||||
if(BUILD_EXTENSION_FAIRYGUI)
|
||||
add_subdirectory(fairygui)
|
||||
target_link_libraries(fairygui fmt-header-only)
|
||||
if(BUILD_SHARED_LIBS)
|
||||
target_link_libraries(fairygui spine)
|
||||
else()
|
||||
|
|
Loading…
Reference in New Issue