mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
8 lines
215 B
Text
8 lines
215 B
Text
|
project(chatterino-mocks)
|
||
|
|
||
|
add_library(chatterino-mocks INTERFACE)
|
||
|
|
||
|
target_include_directories(chatterino-mocks INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include)
|
||
|
|
||
|
target_link_libraries(${PROJECT_NAME} INTERFACE gmock)
|