blob: af7e9427186ddd5412b11e59b2799fd5002ddd58 (
plain)
1
2
3
|
add_library(common src/mgw_utils.cpp src/mgw_tun.cpp src/mgw_socket.cpp)
target_include_directories(common PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)
target_link_libraries(common MESA_handle_logger)
|