diff --git a/.gitignore b/.gitignore index d81b16c69..1fde17287 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ [Bb]uild/ [Bb]uild-*/ +# CLion +.idea/ +cmake-build-*/ + # Visual Studio Cache .vs/ diff --git a/projects/cxbx/CMakeLists.txt b/projects/cxbx/CMakeLists.txt index caa11597d..9848d11f1 100644 --- a/projects/cxbx/CMakeLists.txt +++ b/projects/cxbx/CMakeLists.txt @@ -168,6 +168,7 @@ set(WINS_LIB legacy_stdio_definitions d3d9 d3dcompiler + delayimp dinput8 dxguid odbc32 diff --git a/projects/cxbxr-emu/CMakeLists.txt b/projects/cxbxr-emu/CMakeLists.txt index 7aa1f6e98..02e264497 100644 --- a/projects/cxbxr-emu/CMakeLists.txt +++ b/projects/cxbxr-emu/CMakeLists.txt @@ -144,6 +144,7 @@ set(WINS_LIB legacy_stdio_definitions d3d9 d3dcompiler + delayimp dinput8 dxguid odbc32