diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-24 21:16:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-24 21:16:59 +0200 |
| commit | a60ac6f3ba2ce4c48c05fc2f9ed76ccbbbb837cf (patch) | |
| tree | 51b13bf42083d5a66748cdd2cf8b0ae06ad01264 /src | |
| parent | 2b600eafa7288c3bf483e35072abb385b18a22d7 (diff) | |
More.static-on-linux
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3b82fcf..527664a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -19,4 +19,4 @@ endif() if (DEFINED INSTALL_LIB) INSTALL(TARGETS lwext4 DESTINATION /usr/local/lib) INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/include/. DESTINATION /usr/local/include/lwext4) -endif()
\ No newline at end of file +endif() |
