Skip to content

Commit

Permalink
fixup! Replace Watcom project with Cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasperal committed Jun 14, 2024
1 parent faa995f commit beceb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ set_source_files_properties(pcfx.obj PROPERTIES

target_link_libraries(audio_lib INTERFACE
"${CMAKE_CURRENT_SOURCE_DIR}/audio_wf.lib"
"${CMAKE_CURRENT_SOURCE_DIR}/pcfx.obj"
"pcfx.obj"
)

0 comments on commit beceb09

Please sign in to comment.