13 lines
278 B
Plaintext
13 lines
278 B
Plaintext
SubDir TOP tests libdownload ;
|
|
|
|
SubDirSysHdrs [ FDirName $(TOP) libs libdownload ] ;
|
|
|
|
Application DownloadTest :
|
|
TheApp.cpp
|
|
: be $(TARGET_LIBSTDC++) translation libdownload.a curl
|
|
;
|
|
|
|
Depends DownloadTest : libdownload.a ;
|
|
|
|
LINKFLAGS on DownloadTest += -L$(CURL_LIBRARY_DIR) ;
|