Skip to content

Commit

Permalink
fix for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesneimog committed Nov 25, 2024
1 parent 8ba467c commit ebed615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Pd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include(${PDCMAKE_DIR}/pd.cmake)
add_subdirectory(cpp-httplib EXCLUDE_FROM_ALL)

# Define the main target
pd_add_external(pd4web pd4web.cpp LINK_LIBRARIES httplib)
pd_add_external(pd4web pd4web.cpp) #LINK_LIBRARIES httplib)
target_include_directories(pd4web PRIVATE cpp-httplib)
set_target_properties(
pd4web
Expand Down

0 comments on commit ebed615

Please sign in to comment.