diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-18 12:05:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-18 12:05:34 +0100 |
| commit | e1bdae15781d64ee42205903c12ea65ab750290b (patch) | |
| tree | cb2ea6eed1c132dc515ce7c0c78cbe1853086cfb /blockdev/CMakeLists.txt | |
| parent | 4eee448d748594c711b80d46877e4fb413246eeb (diff) | |
Fix #includes and build a shared library.
Diffstat (limited to 'blockdev/CMakeLists.txt')
| -rw-r--r-- | blockdev/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blockdev/CMakeLists.txt b/blockdev/CMakeLists.txt index a16e810..e79cbb4 100644 --- a/blockdev/CMakeLists.txt +++ b/blockdev/CMakeLists.txt @@ -9,5 +9,5 @@ else() endif() aux_source_directory(. BLOCKDEV_SRC) -add_library(blockdev ${BLOCKDEV_SRC}) +add_library(blockdev SHARED ${BLOCKDEV_SRC}) |
