this build will fail

This commit is contained in:
CocoSimone
2022-10-29 01:02:58 +02:00
parent d15add0505
commit 3b843e23d5
4 changed files with 9 additions and 185 deletions

View File

@@ -64,5 +64,5 @@ file(REMOVE
${PROJECT_BINARY_DIR}/resources/shader.frag
${PROJECT_BINARY_DIR}/resources/shader.vert)
target_link_libraries(natsukashii PRIVATE ${SDL2_LIBRARY} capstone-static nfd parallel-rdp imgui fmt::fmt nlohmann_json::nlohmann_json)
target_link_libraries(natsukashii PRIVATE SDL2::SDL2main SDL2::SDL2-static capstone-static nfd parallel-rdp imgui fmt::fmt nlohmann_json::nlohmann_json)
target_compile_options(natsukashii PRIVATE -mssse3 -msse4.1)