Files
2020-05-20 12:49:55 +02:00

8 lines
127 B
CMake

add_executable(sf-stream-tests main.cpp)
target_link_libraries(sf-stream-tests
sf-stream-lib
gtest
)