Merge pull request #244 from federeghe/master

[Build] CameraCallbacks.cpp is missing in CMakeLists.txt
This commit is contained in:
Jason Watkins
2021-06-25 12:55:51 -07:00
committed by GitHub

View File

@@ -16,6 +16,7 @@ SET(XPC_OUTPUT_DIR "XPlaneConnect")
SET(XPC_OUTPUT_NAME "lin") SET(XPC_OUTPUT_NAME "lin")
add_library(xpc64 SHARED XPCPlugin.cpp add_library(xpc64 SHARED XPCPlugin.cpp
CameraCallbacks.cpp
DataManager.cpp DataManager.cpp
Drawing.cpp Drawing.cpp
Log.cpp Log.cpp
@@ -29,6 +30,7 @@ set_target_properties(xpc64 PROPERTIES OUTPUT_NAME ${XPC_OUTPUT_NAME})
set_target_properties(xpc64 PROPERTIES COMPILE_FLAGS "-m64 -fno-stack-protector" LINK_FLAGS "-shared -rdynamic -nodefaultlibs -undefined_warning -m64 -fno-stack-protector") set_target_properties(xpc64 PROPERTIES COMPILE_FLAGS "-m64 -fno-stack-protector" LINK_FLAGS "-shared -rdynamic -nodefaultlibs -undefined_warning -m64 -fno-stack-protector")
add_library(xpc32 SHARED XPCPlugin.cpp add_library(xpc32 SHARED XPCPlugin.cpp
CameraCallbacks.cpp
DataManager.cpp DataManager.cpp
Drawing.cpp Drawing.cpp
Log.cpp Log.cpp