We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc0cd9e + 1d81ced commit 16bdab1Copy full SHA for 16bdab1
1 file changed
src/vsg/CMakeLists.txt
@@ -321,6 +321,7 @@ if (VSG_SUPPORTS_Windowing)
321
elseif (OHOS_ARCH) # OpenHarmony
322
set(HEADERS ${HEADERS} ${VSG_SOURCE_DIR}/include/vsg/platform/harmony/Harmony_Window.h)
323
set(SOURCES ${SOURCES} platform/harmony/Harmony_Window.cpp)
324
+ set(LIBRARIES ${LIBRARIES} PRIVATE ace_ndk.z native_window)
325
elseif (WIN32)
326
set(SOURCES ${SOURCES} platform/win32/Win32_Window.cpp)
327
elseif (IOS)
0 commit comments