Skip to content

Commit f5f6f63

Browse files
committed
Merge pull request #65 from Kaladrius2trip/some_fixes
2 parents 6425a1d + 217a5a2 commit f5f6f63

File tree

2 files changed

+1026
-984
lines changed

2 files changed

+1026
-984
lines changed

Unity/Assets/CppSource/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,9 @@ if (IOS)
7979
set_xcode_property(${PROJECT_NAME} ENABLE_BITCODE "NO")
8080
endif()
8181

82+
if(WIN32 AND MINGW)
83+
set_property(TARGET ${PROJECT_NAME} PROPERTY PREFIX "")
84+
endif()
85+
8286
# Enable C++11
8387
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 11)

0 commit comments

Comments
 (0)