From 38fe914d7303523dd420a139f77db0b568fc70a6 Mon Sep 17 00:00:00 2001 From: taynpg Date: Wed, 23 Oct 2024 23:54:59 +0800 Subject: [PATCH] compile: Mac Compile. --- .gitignore | 1 + .vscode/settings.json | 2 +- CMakeLists.txt | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d478266..4e26716 100755 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ cmake-build-* build *.user compile_commands.json +.DS_Store \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index e5ca32f..f1b1dec 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "files.autoSave": "onFocusChange", - "editor.fontSize": 15, + "editor.fontSize": 12, "editor.fontFamily": "'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono'", "cmake.configureOnOpen": true, "cmake.debugConfig": { diff --git a/CMakeLists.txt b/CMakeLists.txt index 503dfb7..75e6180 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ set(CMAKE_CXX_STANDARD 17) set(CMAKE_PREFIX_PATH "/home/taynpg/mlib/wxwidget" "/home/lebo/library/wxWidgets" + "/Users/yun/mlib/wxWidgets" "D:/Code/wxWidgets-install" )