mirror of https://github.com/axmolengine/axmol.git
Add configure_target_outdir(fmt)
This commit is contained in:
parent
92194c3181
commit
64acb571ef
|
@ -332,6 +332,7 @@ endif()
|
|||
add_subdirectory(fmt)
|
||||
target_link_libraries(thirdparty fmt-header-only)
|
||||
target_include_directories(thirdparty INTERFACE "fmt/include")
|
||||
configure_target_outdir(fmt)
|
||||
|
||||
# put "thirdparty" into thirdparty folder, too
|
||||
configure_target_outdir(thirdparty)
|
||||
|
|
Loading…
Reference in New Issue