Skip to content

Commit

Permalink
dumpspirv: Windows linker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 24, 2025
1 parent f6ffe50 commit 1a0e22b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@ if(TRACING_SUPPORT)
endif()
if(BUILD_SDL3)
add_executable(fna3d_dumpspirv dumpspirv/dumpspirv.c)
target_link_libraries(fna3d_dumpspirv mojoshader)
target_link_libraries(fna3d_dumpspirv FNA3D)
target_include_directories(fna3d_dumpspirv PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/MojoShader>
)
endif()
Expand Down

0 comments on commit 1a0e22b

Please sign in to comment.