Compare commits
3 Commits
Release-1.
...
Release-1.
Author | SHA1 | Date | |
---|---|---|---|
50cd639923 | |||
fae8e82ba8 | |||
|
381a366846 |
@@ -1,6 +1,6 @@
|
||||
# 2024 Josh O'Leary @ Redacted Software
|
||||
|
||||
cmake_minimum_required(VERSION 3.18...3.25)
|
||||
cmake_minimum_required(VERSION 3.18...3.27)
|
||||
project(
|
||||
jtest
|
||||
VERSION 1.0
|
||||
@@ -32,7 +32,7 @@ CPMAddPackage(
|
||||
|
||||
CPMAddPackage(
|
||||
NAME jlog
|
||||
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-14.zip
|
||||
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-16.zip
|
||||
)
|
||||
|
||||
|
||||
@@ -66,4 +66,4 @@ target_link_libraries(jtest PUBLIC Event jlog)
|
||||
add_executable(TestSuiteDemo main.cpp)
|
||||
|
||||
# link the new library target with the binary target
|
||||
target_link_libraries(TestSuiteDemo PUBLIC jtest)
|
||||
target_link_libraries(TestSuiteDemo PUBLIC jtest)
|
||||
|
Reference in New Issue
Block a user