ソースを参照

We have opendoors by stevet working

  I will add the magical odoors CMakeLists.txt file to issue #14.
david 4 年 前
コミット
862bdb11fc
2 ファイル変更2 行追加1 行削除
  1. 1 0
      .gitignore
  2. 1 1
      CMakeLists.txt

+ 1 - 0
.gitignore

@@ -4,3 +4,4 @@ logs/
 .vscode/
 spaceconstruct.db3
 opendoors/
+odoors/

+ 1 - 1
CMakeLists.txt

@@ -9,5 +9,5 @@ add_subdirectory(opendoors)
 include_directories(${SQLITE3_INCLUDE_DIRS})
 
 add_executable(main main.cpp)
-target_link_libraries(main odoors ${SQLITE3_LIBRARIES})
+target_link_libraries(main opendoors ${SQLITE3_LIBRARIES})