Skip to content

Commit

Permalink
[fix] fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Aug 17, 2023
1 parent f5fa928 commit 84d37cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ set(public_headers
jotform.h
)
# note that ${public_headers} has to be in quotes
set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${PROJECT_VERSION})
set_target_properties(${PROJECT_NAME} PROPERTIES PUBLIC_HEADER "${public_headers}")

include(GNUInstallDirs)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ After installation:
- Include the header in your project.
- Add the produced `.dll` or `.so` file and the relevant header to the path so your project can find it.
- Include the library in your project's CMake using `target_link_libraries(executable PRIVATE jotform)`.
- This library is intented to be used only with Qt6, configure your CMake accordingly.

## Authentication

Expand Down

0 comments on commit 84d37cb

Please sign in to comment.