Skip to content

Commit

Permalink
that needs to be public actually
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaholmquist committed May 15, 2024
1 parent cfc49eb commit a72b79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/libslirp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set(SOURCES
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/libslirp-version.h.in" "${CMAKE_CURRENT_BINARY_DIR}/libslirp-version.h")

add_library(slirp STATIC ${SOURCES})
target_compile_definitions(slirp PRIVATE LIBSLIRP_STATIC_BUILD)
target_compile_definitions(slirp PUBLIC LIBSLIRP_STATIC_BUILD)

target_include_directories(slirp PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/glib")
target_include_directories(slirp PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/src")
Expand Down

0 comments on commit a72b79a

Please sign in to comment.