diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-16 16:35:56 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-12-16 16:37:19 (GMT) |
commit | f5499d079b621a0ef75bb3c0dbf79b32309935d9 (patch) | |
tree | 060c4d408987b068c60085a8dbc30f0e13286c19 /CMakeLists.txt | |
parent | 171d7ec5d4bc344f3dc078eb37bbcaf88672e17c (diff) |
Copy example_files dir to the bin/tests directory.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 07d1f33..388d2af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,8 +37,6 @@ add_subdirectory(src) install(FILES include/tng_io.h DESTINATION include/) -file(COPY example_files DESTINATION .) - #-- Add an Option to toggle the generation of the API documentation option(TNG_BUILD_DOCUMENTATION "Use Doxygen to create the HTML based API documentation" OFF) if(TNG_BUILD_DOCUMENTATION) |