Skip to content

Commit

Permalink
Fix typo in one of the SDL rules
Browse files Browse the repository at this point in the history
  • Loading branch information
beroset committed Aug 13, 2020
1 parent ce76b0c commit 7c85ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cpp/rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
\s*#include\s*<boost/filesystem.hpp>@find_package(Boost REQUIRED COMPONENTS filesystem)@${Boost_LIBRARIES}
\s*#include\s*<png.h>@find_package(PNG REQUIRED)@${PNG_LIBRARIES}
\s*#include\s*<ncurses.h>@find_package(Curses REQUIRED)@${CURSES_LIBRARIES}
\s*#include\s*<SDL2.SDL.h>@include(FindPkgConfig)\nPKG_SEARCH_MODULE(SDL2 REQUIRED sdl2)\nINCLUDE_DIRECTORIES(${SDL2_INCLUDE_DIRS})@${SDL2_LIBRARIES}
\s*#include\s*<SDL2/SDL.h>@include(FindPkgConfig)\nPKG_SEARCH_MODULE(SDL2 REQUIRED sdl2)\nINCLUDE_DIRECTORIES(${SDL2_INCLUDE_DIRS})@${SDL2_LIBRARIES}
\s*#include\s*<(QString|Qwidget|QApplication)>@find_package(Qt5Widgets)\nset(CMAKE_AUTOMOC ON)\nset(CMAKE_AUTOUIC ON)\nset(CMAKE_INCLUDE_CURRENT_DIR ON)@Qt5::Widgets Qt5::Core
\s*#include\s*<openssl/ssl.h>@find_package(OpenSSL REQUIRED)@${OPENSSL_LIBRARIES}

0 comments on commit 7c85ba2

Please sign in to comment.