Linking fmt public since it's included in a header
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
parent
2c68588c71
commit
85396abd54
1 changed files with 2 additions and 2 deletions
|
|
@ -68,12 +68,12 @@ if(KOMPUTE_OPT_ANDROID_BUILD)
|
|||
android
|
||||
kp_logger
|
||||
kp_shader
|
||||
PRIVATE fmt::fmt)
|
||||
fmt::fmt)
|
||||
else()
|
||||
target_link_libraries(kompute PUBLIC Vulkan::Vulkan
|
||||
kp_logger
|
||||
kp_shader
|
||||
PRIVATE fmt::fmt)
|
||||
fmt::fmt)
|
||||
endif()
|
||||
|
||||
if(KOMPUTE_OPT_BUILD_PYTHON)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue