You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ project (cryptolens)
4
4
set (CRYPTOLENS_BUILD_TESTS OFFCACHEBOOL"build tests?")
5
5
set (CRYPTOLENS_CURL_EMBED_CACERTS OFFCACHEBOOL"embed the ca certs in the library instead of using system default files?")
6
6
7
-
set (SRC "src/ActivateError.cpp""src/DataObject.cpp""src/LicenseKey.cpp""src/LicenseKeyChecker.cpp""src/LicenseKeyInformation.cpp""src/MachineCodeComputer_static.cpp""src/base64.cpp""src/basic_Cryptolens.cpp")
7
+
set (SRC "src/basic_Cryptolens.cpp""src/ActivateError.cpp""src/DataObject.cpp""src/LicenseKey.cpp""src/LicenseKeyChecker.cpp""src/LicenseKeyInformation.cpp""src/MachineCodeComputer_static.cpp""third_party/base64_OpenBSD/base64.cpp")
Copy file name to clipboardExpand all lines: examples/unix/static_docker/CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ project (cryptolens)
3
3
4
4
set (CRYPTOLENS_CURL_EMBED_CACERTS OFFCACHEBOOL"embed the ca certs in the library instead of using curl defaults?")
5
5
6
-
set (SRC "../../../src/ActivateError.cpp""../../../src/DataObject.cpp""../../../src/LicenseKey.cpp""../../../src/LicenseKeyChecker.cpp""../../../src/LicenseKeyInformation.cpp""../../../src/MachineCodeComputer_static.cpp""../../../src/base64.cpp""../../../src/basic_Cryptolens.cpp")
6
+
set (SRC "../../../src/ActivateError.cpp""../../../src/DataObject.cpp""../../../src/LicenseKey.cpp""../../../src/LicenseKeyChecker.cpp""../../../src/LicenseKeyInformation.cpp""../../../src/MachineCodeComputer_static.cpp""../../../src/basic_Cryptolens.cpp""../../../third_party/base64_OpenBSD/base64.cpp")
7
7
set (SRC ${SRC}"../../../src/SignatureVerifier_OpenSSL.cpp")
8
8
set (SRC ${SRC}"../../../src/RequestHandler_curl.cpp")
0 commit comments