Skip to content

Commit

Permalink
add pd.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
caillonantoine committed May 12, 2023
1 parent 1eebf05 commit 18b6ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/puredata/nn_tilde/CMakeLists.txt
Expand Up @@ -71,6 +71,6 @@ endif()
target_include_directories(nn PRIVATE "${PUREDATA_INCLUDE_DIR}")
target_link_libraries(nn PRIVATE backend)
if (MSVC)
target_link_libraries(nn PRIVATE "${PUREDATA_BIN_DIR}")
target_link_libraries(nn PRIVATE "${PUREDATA_BIN_DIR}/pd.lib")
endif()
set_property(TARGET nn PROPERTY CXX_STANDARD 14)

0 comments on commit 18b6ae9

Please sign in to comment.