Skip to content

Commit

Permalink
fixup! Move utility functions to core library
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Jun 26, 2024
1 parent 9c01c21 commit 1873f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_executable(conv conv.cxx)
target_link_libraries(conv rfb)

add_executable(convertlf convertlf.cxx)
target_link_libraries(convertlf rfb)
target_link_libraries(convertlf core)

add_executable(gesturehandler gesturehandler.cxx ../../vncviewer/GestureHandler.cxx)
target_link_libraries(gesturehandler rfb)
Expand All @@ -17,7 +17,7 @@ add_executable(pixelformat pixelformat.cxx)
target_link_libraries(pixelformat rfb)

add_executable(unicode unicode.cxx)
target_link_libraries(unicode rfb)
target_link_libraries(unicode core)

add_executable(emulatemb emulatemb.cxx ../../vncviewer/EmulateMB.cxx)
target_include_directories(emulatemb SYSTEM PUBLIC ${GETTEXT_INCLUDE_DIR})
Expand Down

0 comments on commit 1873f0f

Please sign in to comment.