4 lines
86 B
CMake
4 lines
86 B
CMake
|
ADD_EXECUTABLE(update_patch main.cpp)
|
||
|
|
||
|
TARGET_LINK_LIBRARIES (update_patch shared)
|