Added CMakeLists.txt to File-Downloader
This commit is contained in:
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
add_library(FileDownloader SHARED downloader.cpp console.cpp)
|
||||
|
||||
target_include_directories(FileDownloader
|
||||
INTERFACE
|
||||
${CMAKE_CURRENT_SOURCE_DIR})
|
||||
Reference in New Issue
Block a user