Add configure_target_outdir(fmt)

This commit is contained in:
rh101 2021-07-18 16:16:39 +10:00
parent 92194c3181
commit 64acb571ef
1 changed files with 1 additions and 0 deletions

View File

@ -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)