mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
11 lines
169 B
CMake
11 lines
169 B
CMake
project(wonkoclient)
|
|
|
|
SET( SRC_FILES
|
|
main.cpp
|
|
WonkoClient.cpp
|
|
WonkoClient.h
|
|
)
|
|
|
|
add_executable(WonkoClient ${SRC_FILES})
|
|
target_link_libraries(WonkoClient MultiMC_logic)
|