Sign in
qemu
/
meson
/
refs/heads/optionwipe
/
.
/
test cases
/
cmake
/
21 shared module
/
subprojects
/
cmMod
/
CMakeLists.txt
blob: 4770bc7b3d91332ea1b5f9a280cfbd0cf581c675 [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION ${CMAKE_VERSION})
project(cmModule)
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/module")
add_library(myMod MODULE "${CMAKE_CURRENT_SOURCE_DIR}/module/module.c")