diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 40cf6fac57f9d1d8c6f056a60867671a4887aafd..e6d7552323dc606618b9fc608c14294a6a88ca5c 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR) project(meloncommon) add_library(meloncommon STATIC - ${PROJECT_SOURCE_DIR}/src/melon.cpp ${PROJECT_SOURCE_DIR}/src/modelParser.cpp ) target_include_directories(meloncommon PUBLIC ${PROJECT_SOURCE_DIR}/inc)