Skip to content

Commit

Permalink
Fix CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sincos2854 committed Apr 22, 2024
1 parent f15a409 commit ed21899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright (c) 2023 sincos2854
# Copyright (c) 2023 - 2024 sincos2854
# Licensed under the MIT License

cmake_minimum_required(VERSION 3.22)

project(ifswp2cm LANGUAGES CXX VERSION 0.1.6)
set(CMAKE_CXX_STANDARD 20)

# Write ifswp2cm version number in config.h
# Write ifswp2cm version number in version.h
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.in ${CMAKE_CURRENT_SOURCE_DIR}/version.h)

set(CMAKE_SHARED_LIBRARY_PREFIX "") # Don't prefix file names with "lib"
Expand Down

0 comments on commit ed21899

Please sign in to comment.