We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b221ac1 commit 9a61630Copy full SHA for 9a61630
src/CMakeLists.txt
@@ -227,6 +227,10 @@ macro(set_clientlib_target_properties GNS_TARGET)
227
228
set_target_common_gns_properties( ${GNS_TARGET} )
229
230
+ set_target_properties(${GNS_TARGET} PROPERTIES
231
+ CXX_EXTENSIONS ON
232
+ )
233
+
234
target_include_directories(${GNS_TARGET} PUBLIC
235
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>"
236
"$<INSTALL_INTERFACE:$<INSTALL_PREFIX>/${CMAKE_INSTALL_INCLUDEDIR}/GameNetworkingSockets>"
0 commit comments