blob: 291993df9dd41d59710d5816f1b6e8ac32dd1a81 (
plain)
1
2
3
4
|
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc" "${CMAKE_SOURCE_DIR}/utils/std_string_utils.cpp")
set(TARGET Omegle)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
add_subdirectory(proto_omegle)
|