summaryrefslogtreecommitdiff
path: root/Modules/Platform/kFreeBSD.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-27 10:46:42 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-27 10:46:42 -0500
commitd33021924d2753c47f2c481cc42e3941551a1671 (patch)
treeb4163326ad95f36fa249f6c1d588c3781b5a0ad4 /Modules/Platform/kFreeBSD.cmake
parent91dd2125fb4119f7fa71fca84f82d7a9937dfff5 (diff)
downloadcmake-d33021924d2753c47f2c481cc42e3941551a1671.tar.gz
ENH: add more search paths and add UnixPaths to all unix platforms
Diffstat (limited to 'Modules/Platform/kFreeBSD.cmake')
-rw-r--r--Modules/Platform/kFreeBSD.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/kFreeBSD.cmake b/Modules/Platform/kFreeBSD.cmake
index 79a0fe9639..862d274dac 100644
--- a/Modules/Platform/kFreeBSD.cmake
+++ b/Modules/Platform/kFreeBSD.cmake
@@ -7,3 +7,5 @@ SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-rpath,")
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,")
SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,")
+
+INCLUDE(Platform/UnixPaths)