diff --git a/.gitignore b/.gitignore index 4501be60..d2910738 100644 --- a/.gitignore +++ b/.gitignore @@ -4,20 +4,12 @@ *.so # Directories -.* /bin/* -/lib/ -/obj/ -/sandbox/*.* # MySQL on windows /include/mysql/ /config/mingw32/mysql/ /config/mingw64/mysql/ -# Projects -*.layout -*.depend - # Leftovers *.[Oo]bj *.[Pp]ch diff --git a/CMakeLists.txt b/CMakeLists.txt index 777c1cfa..dc8d8e82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,7 @@ endif() if(UNIX) set(CMAKE_POSITION_INDEPENDENT_CODE ON) endif() + # Include SDK library add_subdirectory(sdk) # Include Module library