Skip to content

Commit

Permalink
mirtest-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Apr 16, 2024
1 parent d8f6b89 commit 4fdc1b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ PRIVATE
${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
)

target_link_libraries(mir-test-assist-internal
PUBLIC
mirserver

Boost::system
${GTEST_BOTH_LIBRARIES}
PRIVATE
${GMOCK_MAIN_LIBRARY}
${GMOCK_LIBRARIES}
)

configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/mirtest.pc.in
${CMAKE_CURRENT_BINARY_DIR}/mirtest.pc
Expand Down
2 changes: 1 addition & 1 deletion tests/mirtest-internal.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ includedir=@PKGCONFIG_INCLUDEDIR@/mirtest-internal
Name: mirtest-internal
Description: Mir test assist internal library
Version: @MIR_VERSION@
Requires: mirtest
Requires: mirtest mirserver mirserver-internal
Libs: -L${libdir} -lmir-test-assist -lmir-test-assist-internal -ldl -lboost_filesystem -lboost_system
Cflags: -I${includedir}

0 comments on commit 4fdc1b5

Please sign in to comment.