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 13, 2024
1 parent b4c9819 commit 275658c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions audio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ target_include_directories(audio_lib INTERFACE
"${CMAKE_CURRENT_SOURCE_DIR}"
)

SET_SOURCE_FILES_PROPERTIES(pcfx.obj PROPERTIES
EXTERNAL_OBJECT true
GENERATED true
)

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

0 comments on commit 275658c

Please sign in to comment.