mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-28 15:18:21 +00:00
11 lines
165 B
CMake
11 lines
165 B
CMake
project(wonkoclient)
|
|
|
|
SET( SRC_FILES
|
|
main.cpp
|
|
WonkoClient.cpp
|
|
WonkoClient.h
|
|
)
|
|
|
|
add_executable(MMCClient ${SRC_FILES})
|
|
target_link_libraries(MMCClient MultiMC_logic)
|