You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (NOT WITH_PYTHON_WRAPPING ANDNOT WITH_DOTNET_WRAPPING ANDNOT WITH_JAVA_WRAPPING)
254
-
INSTALL (
255
-
TARGETS${CPP_LIBRARY_NAME}
256
-
EXPORT FESAPI_TARGETS
257
-
RUNTIMEDESTINATION${CMAKE_INSTALL_BINDIR}
258
-
LIBRARYDESTINATION${CMAKE_INSTALL_LIBDIR}
259
-
ARCHIVEDESTINATION${CMAKE_INSTALL_LIBDIR}
260
-
)
261
-
else ()
262
-
# Do not install DLL import libraries (on all Windows-based systems including Cygwin; they have extension .lib, in contrast to the .dll libraries that go to RUNTIME)
0 commit comments