|
@@ -84,6 +84,15 @@ endif (APPLE)
|
84
|
84
|
|
85
|
85
|
#################################################################
|
86
|
86
|
|
|
87
|
+if (NOT APPLE)
|
|
88
|
+ # Install binary
|
|
89
|
+ install (TARGET OpenRaider
|
|
90
|
+ RUNTIME DESTINATION bin
|
|
91
|
+ )
|
|
92
|
+endif (NOT APPLE)
|
|
93
|
+
|
|
94
|
+#################################################################
|
|
95
|
+
|
87
|
96
|
# Debug build warnings
|
88
|
97
|
set (WARNINGS "${WARNINGS} -Weverything -Wno-padded -Wno-packed")
|
89
|
98
|
set (WARNINGS "${WARNINGS} -Wno-global-constructors -Wno-exit-time-destructors")
|