Skip to content
Snippets Groups Projects
CMakeLists.txt 273 B
Newer Older
cmake_minimum_required(VERSION 3.20)
Xuefeng Ding's avatar
Xuefeng Ding committed
project(
  "${SKBUILD_PROJECT_NAME}"
  LANGUAGES CXX
  VERSION "${SKBUILD_PROJECT_VERSION}")
Xuefeng Ding's avatar
Xuefeng Ding committed
# set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
Xuefeng Ding's avatar
Xuefeng Ding committed
# include(GNUInstallDirs)
Xuefeng Ding's avatar
Xuefeng Ding committed
add_subdirectory(cxx)
Xuefeng Ding's avatar
Xuefeng Ding committed
add_subdirectory(src/myproj/simulation/_csrc)