From 1a98087ebdfaa30514946453af7ac4ef347df4ac Mon Sep 17 00:00:00 2001 From: Eduardo Menges Mattje Date: Wed, 5 Jun 2024 17:07:29 -0300 Subject: [PATCH] Added languages to project --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ecb24bdb..a282691b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ HunterGate( SHA1 "8010d63d5ae611c564889d5fe12d3cb7a45703ac" ) -project(SqliteModernCpp) +project(SQLiteModernCpp LANGUAGES CXX) hunter_add_package(sqlite3) find_package(sqlite3 CONFIG REQUIRED) @@ -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() \ No newline at end of file