mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-26 05:37:46 +00:00
Fix license path in CMake
This commit is contained in:
parent
35d0e74007
commit
7cd316ba83
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ target_include_directories(NovusCommon PUBLIC
|
|||
target_link_libraries(NovusCommon PUBLIC Qt5::Core Qt5::Widgets physis)
|
||||
|
||||
# meant for including the license text
|
||||
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE LICENSE_TXT)
|
||||
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/../LICENSES/GPL-3.0-or-later.txt LICENSE_TXT)
|
||||
STRING(REPLACE "\n" " \\n" LICENSE_TXT ${LICENSE_TXT})
|
||||
STRING(REPLACE "\"" "\"\"" LICENSE_TXT ${LICENSE_TXT})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue