diff --git a/source/compiler/CMakeLists.txt b/source/compiler/CMakeLists.txt index d283922..9e6d4b5 100644 --- a/source/compiler/CMakeLists.txt +++ b/source/compiler/CMakeLists.txt @@ -139,8 +139,7 @@ endif() # Install compiler and disassembler binaries install(TARGETS pawnc pawncc pawndisasm RUNTIME DESTINATION bin - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib) + LIBRARY DESTINATION lib) if(MSVC) # If building with Microsoft Visual C++ also install corresponding # Program Database files (for debugging)