summaryrefslogtreecommitdiff
path: root/src/bin/common/CMakeLists.txt
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2013-03-03 17:55:35 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2013-03-03 17:55:35 +0000
commite7bc30b409fc864d7bcfec60254c4404a0c69c72 (patch)
treef4706818b6d1a7edc9859b311b23709114d1be81 /src/bin/common/CMakeLists.txt
parentefaefa21fc6840df42894d746f314a6df899e3e1 (diff)
[trunk] split into two config files config options related to the lib and to the application.
Diffstat (limited to 'src/bin/common/CMakeLists.txt')
-rw-r--r--src/bin/common/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bin/common/CMakeLists.txt b/src/bin/common/CMakeLists.txt
index e69de29b..bb07ba7c 100644
--- a/src/bin/common/CMakeLists.txt
+++ b/src/bin/common/CMakeLists.txt
@@ -0,0 +1,7 @@
+#-----------------------------------------------------------------------------
+# opj_apps_config.h generation
+configure_file(
+ ${CMAKE_CURRENT_SOURCE_DIR}/opj_apps_config.h.cmake.in
+ ${CMAKE_CURRENT_BINARY_DIR}/opj_apps_config.h
+ @ONLY
+ ) \ No newline at end of file