4 lines
90 B
CMake
4 lines
90 B
CMake
|
ADD_EXECUTABLE(update_extract main.cpp)
|
||
|
|
||
|
TARGET_LINK_LIBRARIES (update_extract shared)
|