最佳答案
我的 CMakeLists.txt
包含以下内容:
file(GLOB lib_srcs Half/half.cpp Iex/*.cpp IlmThread/*.cpp Imath/*.cpp IlmImf/*.cpp)
and the IlmImf
folder contains b44ExpLogTable.cpp
, which I need to exclude from the build.
如何做到这一点?