mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-13 01:50:42 +00:00

* enhance emsdk recipe so that it can work with v2 generators & recipes * conan v2 support * improve more for conan v2 * cleanup test package * factorize * fix PATH root package folder doesn't need to be added, just bin folder and bin/upstream/emscripten * fix EMSDK env var * add NM & STRIP env var * minor change
5 lines
122 B
CMake
5 lines
122 B
CMake
cmake_minimum_required(VERSION 3.1)
|
|
project(test_package LANGUAGES CXX)
|
|
|
|
add_executable(${PROJECT_NAME} test_package.cpp)
|