Skip to content

Commit

Permalink
[Misc]: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Jan 15, 2025
1 parent 3bd9306 commit e74e6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ elseif (${TW_COMPILE_JAVA})
kotlin/wallet-core-kotlin/src/commonAndroidJvmMain/cpp/generated/*.c
)

SET_SOURCE_FILES_PROPERTIES(${KOTLIN_SOURCES} PROPERTIES LANGUAGE CXX )
set_source_files_properties(${KOTLIN_SOURCES} PROPERTIES LANGUAGE CXX )
else ()
file(GLOB_RECURSE specific_sources jni/android/*.h jni/android/*.c)
endif ()
Expand Down

0 comments on commit e74e6be

Please sign in to comment.