fix: declare linker language
This commit is contained in:
@@ -44,6 +44,7 @@ if (SEALLIB_VFS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(seallib STATIC ${SEALLIB_SOURCES})
|
add_library(seallib STATIC ${SEALLIB_SOURCES})
|
||||||
|
set_target_properties(seallib PROPERTIES LINKER_LANGUAGE CXX)
|
||||||
target_include_directories(seallib PUBLIC src/lib)
|
target_include_directories(seallib PUBLIC src/lib)
|
||||||
target_compile_features(seallib PUBLIC cxx_std_20)
|
target_compile_features(seallib PUBLIC cxx_std_20)
|
||||||
set_target_properties(seallib PROPERTIES CXX_EXTENSIONS OFF)
|
set_target_properties(seallib PROPERTIES CXX_EXTENSIONS OFF)
|
||||||
|
|||||||
Reference in New Issue
Block a user