Created
January 28, 2022 13:20
-
-
Save libbkmz/c5090b5a7274de9a18664db3fde8228c to your computer and use it in GitHub Desktop.
CMake Error: Cannot determine link language for target "test_1_lib_js".
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake_minimum_required (VERSION 3.8) | |
set(CMAKE_VERBOSE_MAKEFILE on) | |
project(plugin CXX) | |
add_executable(test test.cc) | |
em_link_js_library(test "lib.js") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// |
Author
libbkmz
commented
Jan 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment