We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce756df commit 0b628ddCopy full SHA for 0b628dd
Core/Tools/WW3D/pluglib/CMakeLists.txt
@@ -58,4 +58,10 @@ set_target_properties(core_pluglib PROPERTIES OUTPUT_NAME pluglib)
58
59
target_sources(core_pluglib PRIVATE ${PLUGLIB_SRC})
60
61
-target_link_libraries(core_pluglib PRIVATE maxsdk)
+target_link_libraries(core_pluglib PUBLIC
62
+ core_utility
63
+)
64
+
65
+target_link_libraries(core_pluglib PRIVATE
66
+ maxsdk
67
Core/Tools/WW3D/pluglib/Vector.H
@@ -59,6 +59,7 @@
#include <string.h>
#include <stddef.h>
#include <stdlib.h>
+#include <Utility/stdint_adapter.h>
/**************************************************************************
0 commit comments