fix the dates and CMakeLists
This commit is contained in:
parent
6501eca4fb
commit
9819fa7f36
2 changed files with 3 additions and 1 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019 Hartmut Seichter
|
Copyright (c) 1999-2019 Hartmut Seichter
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -16,6 +16,8 @@ set(hdrs
|
||||||
set(srcs
|
set(srcs
|
||||||
src/core.cpp
|
src/core.cpp
|
||||||
src/serialize.cpp
|
src/serialize.cpp
|
||||||
|
${CMAKE_SOURCE_DIR}/README.md
|
||||||
|
${CMAKE_SOURCE_DIR}/LICENSE
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(pwcore
|
add_library(pwcore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue