Skip to content

Commit 5e9e182

Browse files
Merge pull request jacksondunstan#65 from Kaladrius2trip/some_fixes
2 parents 65e70ad + faa5558 commit 5e9e182

2 files changed

Lines changed: 1026 additions & 984 deletions

File tree

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)