diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-12-09 21:23:31 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-12-09 21:23:31 +0100 |
| commit | f5be9f5ec391ee19a442c5db5f1ebb6660ce685d (patch) | |
| tree | 4397b542721f0e0d50a7bbc2dbc1f495c59fc43c /blockdev | |
| parent | 288fc85b5ec47252d148a95cc6de9e59710d87f5 (diff) | |
Convert to linux line endings in multiple files
Diffstat (limited to 'blockdev')
| -rw-r--r-- | blockdev/CMakeLists.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/blockdev/CMakeLists.txt b/blockdev/CMakeLists.txt index 9f195af..1da4447 100644 --- a/blockdev/CMakeLists.txt +++ b/blockdev/CMakeLists.txt @@ -1,12 +1,12 @@ -#Blockdev library
-
-if (BLOCKDEV_TYPE STREQUAL linux)
-aux_source_directory(linux BLOCKDEV_SRC)
-elseif (BLOCKDEV_TYPE STREQUAL windows)
-aux_source_directory(windows BLOCKDEV_SRC)
-else()
-endif()
-
-aux_source_directory(. BLOCKDEV_SRC)
-add_library(blockdev ${BLOCKDEV_SRC})
-
+#Blockdev library + +if (BLOCKDEV_TYPE STREQUAL linux) +aux_source_directory(linux BLOCKDEV_SRC) +elseif (BLOCKDEV_TYPE STREQUAL windows) +aux_source_directory(windows BLOCKDEV_SRC) +else() +endif() + +aux_source_directory(. BLOCKDEV_SRC) +add_library(blockdev ${BLOCKDEV_SRC}) + |
