summaryrefslogtreecommitdiffstats
path: root/wonkoclient/CMakeLists.txt
blob: 3638f69b306e79fbf526413c0d495500f16ce9c1 (plain)
1
2
3
4
5
6
7
8
9
10
project(wonkoclient)

SET( SRC_FILES
main.cpp
WonkoClient.cpp
WonkoClient.h
)

add_executable(WonkoClient ${SRC_FILES})
target_link_libraries(WonkoClient MultiMC_logic)