mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
8 lines
157 B
CMake
8 lines
157 B
CMake
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../src)
|
|
|
|
set(testlib_SRC
|
|
utils.cpp
|
|
dummytorrentcreator.cpp
|
|
)
|
|
|
|
add_library(testlib STATIC ${testlib_SRC})
|