Fix missing rename to ApplicationLibCode

This commit is contained in:
Magne Sjaastad 2021-01-11 22:27:57 +01:00
parent 140c292a93
commit 828421e86b
2 changed files with 5 additions and 5 deletions

View File

@ -118,7 +118,7 @@ list (APPEND MKOCTFILE_INCLUDE_DIRS ${OCTAVE_QT_QTNETWORK_INCLUDE_DIR})
# Add socket interface source code folder
list (APPEND MKOCTFILE_INCLUDE_DIRS ${ResInsight_SOURCE_DIR}/ApplicationCode/SocketInterface)
list (APPEND MKOCTFILE_INCLUDE_DIRS ${ResInsight_SOURCE_DIR}/ApplicationLibCode/SocketInterface)
list (REMOVE_DUPLICATES MKOCTFILE_INCLUDE_DIRS)
foreach (item ${MKOCTFILE_INCLUDE_DIRS})
@ -166,7 +166,7 @@ if (OCTAVE_MKOCTFILE)
COMMAND ${OCTAVE_MKOCTFILE}
${QT_INCLUDES}
${QT_FRAMEWORKS}
-I${ResInsight_SOURCE_DIR}/ApplicationCode/SocketInterface
-I${ResInsight_SOURCE_DIR}/ApplicationLibCode/SocketInterface
${RPATH_COMMAND}
-L${QT_LIBRARY_DIR} -Wl,-framework,QtCore -Wl,-framework,QtNetwork
-o "${octFileName}"
@ -220,13 +220,13 @@ add_custom_target(octave_plugins ALL DEPENDS
add_custom_command(TARGET octave_plugins POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
"${oct_bin}"
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationCode/$<CONFIGURATION>/${Filename}"
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationLibCode/$<CONFIGURATION>/${Filename}"
)
else()
add_custom_command(TARGET octave_plugins POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
"${oct_bin}"
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationCode/${Filename}"
"${CMAKE_CURRENT_BINARY_DIR}/../ApplicationLibCode/${Filename}"
)
endif()
endforeach( oct_bin )

View File

@ -16,7 +16,7 @@
//
/////////////////////////////////////////////////////////////////////////////////
#include "../ApplicationCode/SocketInterface/RiaSocketServerDefines.h"
#include "../ApplicationLibCode/SocketInterface/RiaSocketServerDefines.h"
namespace riOctavePlugin
{