diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-12 17:11:55 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-12 17:11:55 +0200 |
| commit | a1e345d62f143c3ef22e73eb51ac55fef27cf2da (patch) | |
| tree | 351c95346ae1b866c4f71cee313cdee6143670c7 /lib/CMakeLists.txt | |
| parent | 97c74a7c43bcc7e0551a967c6fa2720e9cb58efb (diff) | |
| download | turns-a1e345d62f143c3ef22e73eb51ac55fef27cf2da.tar.xz turns-a1e345d62f143c3ef22e73eb51ac55fef27cf2da.zip | |
lib: add interface header
Diffstat (limited to 'lib/CMakeLists.txt')
| -rw-r--r-- | lib/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 8e507ec..783700e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -4,6 +4,7 @@ set(HEADERS "src/turns-disposition.h" "src/turns-init.h" "src/turns-participant.h" + "src/turns.h" ) set(SOURCES @@ -57,7 +58,7 @@ target_add_glib_enums("lib" enable_coverage("lib") install(TARGETS "lib" - FILE_SET HEADERS + FILE_SET HEADERS DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/turns" ) # Tests |
