Skip to content

Commit

Permalink
Revert CMakeList to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Oct 17, 2011
1 parent fd50833 commit 1cc6bdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Expand Up @@ -4,10 +4,10 @@ ADD_SUBDIRECTORY(ui)
ADD_SUBDIRECTORY(gui)
ADD_SUBDIRECTORY(app)
ADD_SUBDIRECTORY(providers)
#ADD_SUBDIRECTORY(plugins)
#ADD_SUBDIRECTORY(helpviewer)
ADD_SUBDIRECTORY(plugins)
ADD_SUBDIRECTORY(helpviewer)
ADD_SUBDIRECTORY(crssync)
#ADD_SUBDIRECTORY(browser)
ADD_SUBDIRECTORY(browser)

IF (WITH_BINDINGS)
ADD_SUBDIRECTORY(python)
Expand Down

0 comments on commit 1cc6bdd

Please sign in to comment.