Mercurial > thymian
comparison mailer/CMakeLists.txt @ 0:a4671277546c tip
created the repository for the thymian project
| author | ferencd |
|---|---|
| date | Tue, 17 Aug 2021 11:19:54 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:a4671277546c |
|---|---|
| 1 cmake_minimum_required (VERSION 3.14) | |
| 2 set(PROJECT mailer) | |
| 3 | |
| 4 include_directories (${CMAKE_CURRENT_SOURCE_DIR}/include) | |
| 5 | |
| 6 set(${PROJECT}_src | |
| 7 main.cpp | |
| 8 ) | |
| 9 | |
| 10 add_executable(${PROJECT} ${${PROJECT}_src}) | |
| 11 | |
| 12 target_link_libraries(${PROJECT} vmime templater) |
