Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
annechko authored Jan 22, 2024
1 parent 542c12c commit d9c7a7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ set(CMAKE_BINARY_DIR ${CMAKE_SOURCE_DIR})
add_executable(car_rental_system src/main.cpp)
####### ADDING EXTERNAL DEPENDENCIES #######
find_package (SQLite3 REQUIRED)

add_subdirectory(${CMAKE_BINARY_DIR}/external)
include_directories(${SQLite3_INCLUDE_DIRS})

include(FetchContent)
set(FETCHCONTENT_BASE_DIR ${CMAKE_BINARY_DIR}/external)
Expand Down

0 comments on commit d9c7a7c

Please sign in to comment.