diff --git a/CMakeLists.txt b/CMakeLists.txt index 7810c5a..aa08094 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,6 @@ if (WINDOWS) add_compile_options(-m64) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,-allow-multiple-definition") if (SHARED) - set_target_properties(PokemonScriptTester PROPERTIES SUFFIX ".dll") + set_target_properties(PokemonScriptTester PROPERTIES SUFFIX ".exe") endif(SHARED) endif (WINDOWS) \ No newline at end of file