blob: 4622d849bbdf31bd298d6cad2c7850a16f3ef560 (
plain)
1
2
3
4
5
|
file(GLOB SOURCES "src/*.h" "src/api/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Steam)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson FreeImage comctl32.lib)
add_subdirectory(proto_steam)
|