blob: c6d20c6ba53d8dfec5f3fa413555d53b3bf78166 [file] [log] [blame]
Ed Tanous1e439872018-05-18 11:48:52 -07001cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
Ed Tanous0fdddb12017-02-28 11:06:34 -08002
Ed Tanous1e439872018-05-18 11:48:52 -07003cmake_policy (SET CMP0054 NEW)
Ed Tanouscfbe25d2017-05-23 16:34:35 -07004
Ed Tanous1e439872018-05-18 11:48:52 -07005set (CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
Ed Tanous0fdddb12017-02-28 11:06:34 -08006
Ed Tanous1e439872018-05-18 11:48:52 -07007option (BUILD_STATIC_LIBS "Built static libraries" ON)
8option (YOCTO_DEPENDENCIES "Use YOCTO depedencies system" OFF)
Ed Tanous911ac312017-08-15 09:37:42 -07009
Ed Tanous1e439872018-05-18 11:48:52 -070010option (BMCWEB_ENABLE_KVM "Enable KVM websocket interfaces" ON)
11option (BMCWEB_ENABLE_DBUS_REST "Enable rest dbus interfaces" ON)
12option (BMCWEB_ENABLE_REDFISH "Enable redfish interfaces" ON)
Ed Tanous2daf6722018-08-23 11:27:23 -070013option (BMCWEB_ENABLE_HOST_SERIAL_WEBSOCKET "Enable host serial websocket" ON)
Andrew Geisslerd529ee22018-08-10 13:49:54 -070014option (BMCWEB_ENABLE_STATIC_HOSTING "Enable hosting of static files.
15 For example, redfish schema and webui files" ON)
Ed Tanous0fdddb12017-02-28 11:06:34 -080016
Ed Tanous1da66f72018-07-27 16:13:37 -070017option (
Jason M. Billsc4bf6372018-11-05 13:48:27 -080018 BMCWEB_ENABLE_REDFISH_BMC_JOURNAL
19 "Enable BMC journal access through redfish" OFF
20)
21
22option (
Ed Tanous1da66f72018-07-27 16:13:37 -070023 BMCWEB_ENABLE_REDFISH_RAW_PECI "Enable PECI transactions through redfish"
24 OFF
25)
26option (
27 BMCWEB_ENABLE_REDFISH_CPU_LOG
28 "Enable CPU log service transactions through redfish" OFF
29)
30
Ed Tanousbdd1c832018-10-12 11:00:30 -070031# Insecure options. Every option that starts with a BMCWEB_INSECURE flag should
Ed Tanous1e439872018-05-18 11:48:52 -070032# not be enabled by default for any platform, unless the author fully
33# comprehends the implications of doing so. In general, enabling these options
34# will cause security problems of varying degrees
Ed Tanousf0d73c22018-07-26 14:24:20 -070035option (BMCWEB_INSECURE_DISABLE_CSRF_PREVENTION "Disable CSRF prevention checks.
36 Should be set to OFF for production systems." OFF)
Ed Tanousf3d847c2017-06-12 16:01:42 -070037
Ed Tanousf0d73c22018-07-26 14:24:20 -070038option (BMCWEB_INSECURE_DISABLE_SSL "Disable SSL ports. Should be set to OFF for
39 production systems." OFF)
Ed Tanous0fdddb12017-02-28 11:06:34 -080040
Ed Tanousf0d73c22018-07-26 14:24:20 -070041option (BMCWEB_INSECURE_DISABLE_AUTHENTICATION "Disable authentication on all
42 ports. Should be set to OFF for production systems" OFF)
Ed Tanous0fdddb12017-02-28 11:06:34 -080043
Ed Tanous1e439872018-05-18 11:48:52 -070044option (BMCWEB_INSECURE_DISABLE_XSS_PREVENTION "Disable XSS preventions" OFF)
Ed Tanous0d485ef2017-05-23 09:23:53 -070045
Ed Tanous1e439872018-05-18 11:48:52 -070046project (bmc-webserver CXX)
47
48include (CTest)
49
Ed Tanous62288742018-10-16 14:58:20 -070050set (CMAKE_CXX_STANDARD 17)
Ed Tanous1e439872018-05-18 11:48:52 -070051set (CMAKE_CXX_STANDARD_REQUIRED ON)
52
53set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
54
55set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS} -Wall")
56
57set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")
58set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-rtti")
Ed Tanous3dac7492017-08-02 13:46:20 -070059
Ed Tanous0fdddb12017-02-28 11:06:34 -080060# general
Ed Tanous797d0c02018-08-07 10:22:35 -070061option (BMCWEB_BUILD_UT "Enable Unit test" OFF)
Ed Tanous8041f312017-04-03 09:47:01 -070062
Ed Tanous1ccd57c2017-03-21 13:15:58 -070063# security flags
Ed Tanousf0d73c22018-07-26 14:24:20 -070064set (SECURITY_FLAGS "\
Ed Tanous580f3722018-03-13 16:59:02 -070065 -fstack-protector-strong \
66 -fPIE \
67 -fPIC \
68 -D_FORTIFY_SOURCE=2 \
69 -Wformat \
Ed Tanousf0d73c22018-07-26 14:24:20 -070070 -Wformat-security")
Ed Tanous1e439872018-05-18 11:48:52 -070071set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} ${SECURITY_FLAGS}")
Ed Tanousf0d73c22018-07-26 14:24:20 -070072set (
73 CMAKE_CXX_FLAGS_RELWITHDEBINFO
74 "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} ${SECURITY_FLAGS}"
75)
Ed Tanous1e439872018-05-18 11:48:52 -070076set (CMAKE_C_FLAGS_MINSIZEREL "${CMAKE_C_FLAGS_MINSIZEREL} ${SECURITY_FLAGS}")
Ed Tanous3dac7492017-08-02 13:46:20 -070077
Ed Tanous580f3722018-03-13 16:59:02 -070078# Enable link time optimization This is a temporary workaround because
79# INTERPROCEDURAL_OPTIMIZATION isn't available until cmake 3.9. gcc-ar and gcc-
80# ranlib are wrappers around ar and ranlib which add the lto plugin to the
81# command line.
Ed Tanous1e439872018-05-18 11:48:52 -070082if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
83 if (NOT CMAKE_BUILD_TYPE MATCHES Debug)
84 string (REGEX REPLACE "ar$" "gcc-ar" CMAKE_AR ${CMAKE_AR})
Ed Tanousf0d73c22018-07-26 14:24:20 -070085 string (
86 REGEX
87 REPLACE "ranlib$" "gcc-ranlib" CMAKE_RANLIB ${CMAKE_RANLIB}
88 )
Ed Tanous1e439872018-05-18 11:48:52 -070089 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -flto -fno-fat-lto-objects")
Borawski.Lukasz109799e2018-01-30 15:04:42 +010090
Ed Tanous1e439872018-05-18 11:48:52 -070091 # Reduce the binary size by removing unnecessary dynamic symbol table
92 # entries
Ed Tanousf0d73c22018-07-26 14:24:20 -070093 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
Ed Tanous580f3722018-03-13 16:59:02 -070094 -fvisibility=hidden \
95 -fvisibility-inlines-hidden \
Ed Tanousf0d73c22018-07-26 14:24:20 -070096 -Wl,--exclude-libs,ALL")
Ed Tanous1e439872018-05-18 11:48:52 -070097 endif (NOT CMAKE_BUILD_TYPE MATCHES Debug)
98endif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
Borawski.Lukasz109799e2018-01-30 15:04:42 +010099
Ed Tanous1e439872018-05-18 11:48:52 -0700100if (NOT ${YOCTO_DEPENDENCIES}) # Download and unpack googletest at configure
101 # time
102 configure_file (CMakeLists.txt.in 3rdparty/CMakeLists.txt)
Ed Tanousf0d73c22018-07-26 14:24:20 -0700103 execute_process (
104 COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" .
105 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/3rdparty
106 )
107 execute_process (
108 COMMAND ${CMAKE_COMMAND} --build .
109 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/3rdparty
110 )
Ed tanous7d95f5f2018-03-23 00:19:20 -0700111
Ed Tanous1e439872018-05-18 11:48:52 -0700112 set (CMAKE_PREFIX_PATH ${CMAKE_BINARY_DIR}/prefix ${CMAKE_PREFIX_PATH})
113endif ()
Ed tanous7d95f5f2018-03-23 00:19:20 -0700114
Ed Tanous580f3722018-03-13 16:59:02 -0700115# add_definitions(-DBOOST_ASIO_ENABLE_HANDLER_TRACKING)
Ed Tanousd3a38062018-07-27 12:06:29 -0700116add_definitions (-DBOOST_ASIO_DISABLE_THREADS)
Ed Tanous1e439872018-05-18 11:48:52 -0700117add_definitions (-DBOOST_ERROR_CODE_HEADER_ONLY)
118add_definitions (-DBOOST_SYSTEM_NO_DEPRECATED)
119add_definitions (-DBOOST_ALL_NO_LIB)
120add_definitions (-DBOOST_NO_RTTI)
121add_definitions (-DBOOST_NO_TYPEID)
Ed Tanousc85eb8b2018-10-16 14:59:20 -0700122add_definitions (-DBOOST_COROUTINES_NO_DEPRECATION_WARNING)
Ed tanous7d95f5f2018-03-23 00:19:20 -0700123
Ed Tanous1e439872018-05-18 11:48:52 -0700124find_package (Boost 1.66 REQUIRED)
125include_directories (${BOOST_SRC_DIR})
Ed Tanousaa2e59c2018-04-12 12:17:20 -0700126
127# sdbusplus
Ed Tanous1e439872018-05-18 11:48:52 -0700128if (NOT ${YOCTO_DEPENDENCIES})
James Feista975e9f2018-08-08 14:03:49 -0700129 include_directories (${CMAKE_BINARY_DIR}/sdbusplus-src)
130 link_directories (${CMAKE_BINARY_DIR}/sdbusplus-src/.libs)
Ed Tanous1e439872018-05-18 11:48:52 -0700131endif ()
Ed Tanous0fdddb12017-02-28 11:06:34 -0800132
Ed Tanous580f3722018-03-13 16:59:02 -0700133# Openssl
Ed Tanous1e439872018-05-18 11:48:52 -0700134find_package (OpenSSL REQUIRED)
135include_directories (${OPENSSL_INCLUDE_DIR})
136message ("OPENSSL_INCLUDE_DIR ${OPENSSL_INCLUDE_DIR}")
Ed Tanous0fdddb12017-02-28 11:06:34 -0800137
Ed Tanous55c7b7a2018-05-22 15:27:24 -0700138# bmcweb
Ed Tanous1e439872018-05-18 11:48:52 -0700139message ("CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}")
140if (CMAKE_BUILD_TYPE MATCHES Debug)
141 message ("Logging disabled")
Ed Tanous55c7b7a2018-05-22 15:27:24 -0700142 add_definitions (-DBMCWEB_ENABLE_LOGGING)
143 add_definitions (-DBMCWEB_ENABLE_DEBUG)
Ed Tanous1e439872018-05-18 11:48:52 -0700144endif (CMAKE_BUILD_TYPE MATCHES Debug)
Ed Tanousaa2e59c2018-04-12 12:17:20 -0700145
Andrew Geissler1f2fbf22018-07-17 07:57:30 -0700146if (NOT "${BMCWEB_INSECURE_DISABLE_SSL}")
Ed Tanousa434f2b2018-07-27 13:04:22 -0700147 add_definitions (-DBMCWEB_ENABLE_SSL)
Andrew Geissler1f2fbf22018-07-17 07:57:30 -0700148endif (NOT "${BMCWEB_INSECURE_DISABLE_SSL}")
Ed Tanous55c7b7a2018-05-22 15:27:24 -0700149include_directories (${CMAKE_CURRENT_SOURCE_DIR}/crow/include)
Ed Tanous0fdddb12017-02-28 11:06:34 -0800150
Ed Tanous580f3722018-03-13 16:59:02 -0700151# Zlib
Ed Tanous1e439872018-05-18 11:48:52 -0700152find_package (ZLIB REQUIRED)
153include_directories (${ZLIB_INCLUDE_DIRS})
Ed Tanousf9273472017-02-28 16:05:13 -0800154
Ed Tanous4758d5b2017-06-06 15:28:13 -0700155# PAM
Ed Tanous1e439872018-05-18 11:48:52 -0700156option (WEBSERVER_ENABLE_PAM "enable pam authentication" ON)
157if ("${WEBSERVER_ENABLE_PAM}")
158 find_package (PAM REQUIRED)
159else ()
160 add_definitions ("-DWEBSERVER_DISABLE_PAM")
161endif ()
Ed Tanous911ac312017-08-15 09:37:42 -0700162
Ed Tanousf0d73c22018-07-26 14:24:20 -0700163add_definitions ("-Wno-attributes")
Jennifer Lee03346702018-05-23 14:05:20 -0700164# Copy pam-webserver to etc/pam.d
Ed Tanousf0d73c22018-07-26 14:24:20 -0700165install (
166 FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam-webserver
167 DESTINATION /etc/pam.d/
168 RENAME webserver
169)
Ed Tanous5f34a9c2017-02-28 12:35:13 -0800170
Ed tanous7d95f5f2018-03-23 00:19:20 -0700171# tinyxml2
Ed Tanous1e439872018-05-18 11:48:52 -0700172find_package (tinyxml2 REQUIRED)
Ed tanous7d95f5f2018-03-23 00:19:20 -0700173
Ed Tanous1e439872018-05-18 11:48:52 -0700174set (WEBSERVER_MAIN src/webserver_main.cpp)
Ed Tanousb4d29f42017-03-24 16:39:25 -0700175
Ed Tanous1e439872018-05-18 11:48:52 -0700176include_directories (${CMAKE_CURRENT_SOURCE_DIR}/include)
177include_directories (${CMAKE_CURRENT_SOURCE_DIR}/redfish-core/include)
Ed Tanousb4d29f42017-03-24 16:39:25 -0700178
Ed Tanous1e439872018-05-18 11:48:52 -0700179file (MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/include/bmcweb)
Ed Tanous1e439872018-05-18 11:48:52 -0700180include_directories (${CMAKE_BINARY_DIR}/include)
Ed Tanous5f34a9c2017-02-28 12:35:13 -0800181
Ed Tanousf0d73c22018-07-26 14:24:20 -0700182set (
183 SRC_FILES redfish-core/src/error_messages.cpp
184 redfish-core/src/utils/json_utils.cpp ${GENERATED_SRC_FILES}
185)
Ed Tanous93f987d2017-04-17 17:52:36 -0700186
Ed Tanous1e439872018-05-18 11:48:52 -0700187file (COPY src/test_resources DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
Ed Tanous911ac312017-08-15 09:37:42 -0700188
Ed Tanous38bdb982017-03-03 14:19:33 -0800189# Unit Tests
Ed Tanous1e439872018-05-18 11:48:52 -0700190if (${BMCWEB_BUILD_UT})
Ed Tanousf0d73c22018-07-26 14:24:20 -0700191 set (
192 UT_FILES src/crow_test.cpp src/gtest_main.cpp
193 src/token_authorization_middleware_test.cpp
194 src/security_headers_middleware_test.cpp src/webassets_test.cpp
195 src/crow_getroutes_test.cpp src/ast_jpeg_decoder_test.cpp
196 src/kvm_websocket_test.cpp src/msan_test.cpp
197 src/ast_video_puller_test.cpp src/openbmc_jtag_rest_test.cpp
198 redfish-core/ut/privileges_test.cpp
199 ${CMAKE_BINARY_DIR}/include/bmcweb/blns.hpp
200 ) # big list of naughty strings
201 add_custom_command (
202 OUTPUT ${CMAKE_BINARY_DIR}/include/bmcweb/blns.hpp
203 COMMAND
204 xxd -i ${CMAKE_CURRENT_SOURCE_DIR}/src/test_resources/blns
205 ${CMAKE_BINARY_DIR}/include/bmcweb/blns.hpp
206 )
Ed Tanous1e439872018-05-18 11:48:52 -0700207
Ed Tanousf0d73c22018-07-26 14:24:20 -0700208 set_source_files_properties (
209 ${CMAKE_BINARY_DIR}/include/bmcweb/blns.hpp PROPERTIES GENERATED TRUE
210 )
Ed Tanous1e439872018-05-18 11:48:52 -0700211 enable_testing ()
212
213 add_executable (webtest ${SRC_FILES} ${UT_FILES})
214
215 find_package (GTest REQUIRED)
216 find_package (GMock REQUIRED)
217 target_link_libraries (webtest ${GTEST_LIBRARIES})
218 target_link_libraries (webtest ${GMOCK_LIBRARIES})
219
220 target_link_libraries (webtest pthread)
221 target_link_libraries (webtest ${OPENSSL_LIBRARIES})
222 target_link_libraries (webtest ${ZLIB_LIBRARIES})
223 target_link_libraries (webtest pam)
224 target_link_libraries (webtest tinyxml2)
Ed Tanousd425c6f2018-05-16 10:20:11 -0700225 target_link_libraries (webtest sdbusplus)
Ed Tanouse0625902018-05-16 13:35:08 -0700226 target_link_libraries (webtest -lsystemd)
Ed Tanous1e439872018-05-18 11:48:52 -0700227 target_link_libraries (webtest -lstdc++fs)
228 add_test (webtest webtest "--gtest_output=xml:webtest.xml")
229
230endif (${BMCWEB_BUILD_UT})
231
232install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/static/ DESTINATION share/www)
233
234# bmcweb
235add_executable (bmcweb ${WEBSERVER_MAIN} ${HDR_FILES} ${SRC_FILES})
Ed Tanous1e439872018-05-18 11:48:52 -0700236target_link_libraries (bmcweb ${OPENSSL_LIBRARIES})
237target_link_libraries (bmcweb ${ZLIB_LIBRARIES})
238target_link_libraries (bmcweb pam)
Brad Bishop79ba46f2018-11-29 10:57:31 -0500239target_link_libraries (bmcweb -latomic)
Ed Tanous1e439872018-05-18 11:48:52 -0700240target_link_libraries (bmcweb -lsystemd)
241target_link_libraries (bmcweb -lstdc++fs)
Ed Tanousd425c6f2018-05-16 10:20:11 -0700242target_link_libraries (bmcweb sdbusplus)
Ed Tanous1e439872018-05-18 11:48:52 -0700243target_link_libraries (bmcweb tinyxml2)
244install (TARGETS bmcweb DESTINATION bin)
245
246add_executable (getvideo src/getvideo_main.cpp)
247target_link_libraries (getvideo pthread)
Jason M. Billsc50fc5a2018-11-14 14:49:59 -0800248
249target_compile_definitions (
250 bmcweb PRIVATE
251 $<$<BOOL:${BMCWEB_ENABLE_KVM}>: -DBMCWEB_ENABLE_KVM>
252 $<$<BOOL:${BMCWEB_ENABLE_DBUS_REST}>: -DBMCWEB_ENABLE_DBUS_REST>
253 $<$<BOOL:${BMCWEB_ENABLE_REDFISH}>: -DBMCWEB_ENABLE_REDFISH>
254 $<$<BOOL:${BMCWEB_ENABLE_STATIC_HOSTING}>: -DBMCWEB_ENABLE_STATIC_HOSTING>
255 $<$<BOOL:${BMCWEB_ENABLE_HOST_SERIAL_WEBSOCKET}>: -DBMCWEB_ENABLE_HOST_SERIAL_WEBSOCKET>
256 $<$<BOOL:${BMCWEB_INSECURE_DISABLE_CSRF_PREVENTION}>: -DBMCWEB_INSECURE_DISABLE_CSRF_PREVENTION>
257 $<$<BOOL:${BMCWEB_INSECURE_DISABLE_SSL}>: -DBMCWEB_INSECURE_DISABLE_SSL>
258 $<$<BOOL:${BMCWEB_INSECURE_DISABLE_XSS_PREVENTION}>: -DBMCWEB_INSECURE_DISABLE_XSS_PREVENTION>
259 $<$<BOOL:${BMCWEB_ENABLE_REDFISH_RAW_PECI}>: -DBMCWEB_ENABLE_REDFISH_RAW_PECI>
260 $<$<BOOL:${BMCWEB_ENABLE_REDFISH_CPU_LOG}>: -DBMCWEB_ENABLE_REDFISH_CPU_LOG>
Jason M. Billsc4bf6372018-11-05 13:48:27 -0800261 $<$<BOOL:${BMCWEB_ENABLE_REDFISH_BMC_JOURNAL}>: -DBMCWEB_ENABLE_REDFISH_BMC_JOURNAL>
Brad Bishopf5e906b2018-11-29 10:55:10 -0500262)