summaryrefslogtreecommitdiff
path: root/src/bin/wx/CMakeLists.txt
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-09-28 08:59:10 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-09-28 08:59:10 +0000
commita4fa18e92df6592d16dcc18205571aea0ae9c0c9 (patch)
treeebf6d5fb39098bbfe350251a068f6f846c6008e6 /src/bin/wx/CMakeLists.txt
parentf71af2a2ef70a58c10a247cb4693b3c335f674d5 (diff)
[trunk] FolderReorgProposal task: Fix Viewer
Update issue 177
Diffstat (limited to 'src/bin/wx/CMakeLists.txt')
-rw-r--r--src/bin/wx/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/wx/CMakeLists.txt b/src/bin/wx/CMakeLists.txt
index e69de29b..effb5b8d 100644
--- a/src/bin/wx/CMakeLists.txt
+++ b/src/bin/wx/CMakeLists.txt
@@ -0,0 +1,4 @@
+#
+if(BUILD_VIEWER)
+ add_subdirectory(OPJViewer)
+endif()