Skip to content

Commit

Permalink
Added languages to project
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Jun 5, 2024
1 parent 0d01207 commit 1a98087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ HunterGate(
SHA1 "8010d63d5ae611c564889d5fe12d3cb7a45703ac"
)

project(SqliteModernCpp)
project(SQLiteModernCpp LANGUAGES CXX)

hunter_add_package(sqlite3)
find_package(sqlite3 CONFIG REQUIRED)
Expand Down Expand Up @@ -57,8 +57,8 @@ endif()
# Place the file in the source directory, permitting us to place a single configuration file for YCM there.
# YCM is the code-completion engine for (neo)vim https://github.com/Valloric/YouCompleteMe
IF(EXISTS "${CMAKE_BINARY_DIR}/compile_commands.json")
EXECUTE_PROCESS( COMMAND ${CMAKE_COMMAND} -E copy_if_different
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E copy_if_different
${CMAKE_BINARY_DIR}/compile_commands.json
${CMAKE_SOURCE_DIR}/compile_commands.json
)
ENDIF()
ENDIF()

0 comments on commit 1a98087

Please sign in to comment.