Not working yet.
This commit is contained in:
@@ -6,7 +6,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
# Find required packages
|
||||
find_package(SQLite3 REQUIRED)
|
||||
find_package(ZLIB REQUIRED)
|
||||
|
||||
# Find all source files in src directory
|
||||
file(GLOB_RECURSE SOURCES
|
||||
@@ -30,7 +29,6 @@ add_executable(simple_object_storage ${SOURCES})
|
||||
# Link libraries
|
||||
target_link_libraries(simple_object_storage
|
||||
SQLite::SQLite3
|
||||
ZLIB::ZLIB
|
||||
)
|
||||
|
||||
# Install target
|
||||
|
Reference in New Issue
Block a user