diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 08:59:10 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 08:59:10 +0000 |
| commit | a4fa18e92df6592d16dcc18205571aea0ae9c0c9 (patch) | |
| tree | ebf6d5fb39098bbfe350251a068f6f846c6008e6 /src/bin/CMakeLists.txt | |
| parent | f71af2a2ef70a58c10a247cb4693b3c335f674d5 (diff) | |
[trunk] FolderReorgProposal task: Fix Viewer
Update issue 177
Diffstat (limited to 'src/bin/CMakeLists.txt')
| -rw-r--r-- | src/bin/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt index 2abada1b..6393404e 100644 --- a/src/bin/CMakeLists.txt +++ b/src/bin/CMakeLists.txt @@ -17,6 +17,5 @@ if(BUILD_JP3D) add_subdirectory(jp3d) endif() -if(BUILD_VIEWER) - add_subdirectory(wx) -endif() +# wx apps: +add_subdirectory(wx) |
