|
@@ -3,51 +3,54 @@ configure_file(checkPandaVersion.h.in checkPandaVersion.h)
|
|
|
configure_file(checkPandaVersion.cxx.in checkPandaVersion.cxx)
|
|
configure_file(checkPandaVersion.cxx.in checkPandaVersion.cxx)
|
|
|
|
|
|
|
|
set(P3DTOOLUTIL_HEADERS
|
|
set(P3DTOOLUTIL_HEADERS
|
|
|
- ${CMAKE_CURRENT_BINARY_DIR}/checkPandaVersion.h
|
|
|
|
|
- config_dtoolutil.h
|
|
|
|
|
- dSearchPath.I dSearchPath.h
|
|
|
|
|
- executionEnvironment.I executionEnvironment.h filename.I
|
|
|
|
|
- filename.h
|
|
|
|
|
- globPattern.I globPattern.h
|
|
|
|
|
- load_dso.h
|
|
|
|
|
- pandaFileStream.h pandaFileStream.I
|
|
|
|
|
- pandaFileStreamBuf.h
|
|
|
|
|
- pandaSystem.h pandaVersion.h
|
|
|
|
|
- panda_getopt.h panda_getopt_long.h panda_getopt_impl.h
|
|
|
|
|
- pfstream.h pfstream.I pfstreamBuf.h
|
|
|
|
|
- preprocess_argv.h
|
|
|
|
|
|
|
+ ${CMAKE_CURRENT_BINARY_DIR}/checkPandaVersion.h
|
|
|
|
|
+ config_dtoolutil.h
|
|
|
|
|
+ dSearchPath.I dSearchPath.h
|
|
|
|
|
+ executionEnvironment.I executionEnvironment.h filename.I
|
|
|
|
|
+ filename.h
|
|
|
|
|
+ globPattern.I globPattern.h
|
|
|
|
|
+ lineStream.I lineStream.h
|
|
|
|
|
+ lineStreamBuf.I lineStreamBuf.h
|
|
|
|
|
+ load_dso.h
|
|
|
|
|
+ pandaFileStream.h pandaFileStream.I
|
|
|
|
|
+ pandaFileStreamBuf.h
|
|
|
|
|
+ pandaSystem.h pandaVersion.h
|
|
|
|
|
+ panda_getopt.h panda_getopt_long.h panda_getopt_impl.h
|
|
|
|
|
+ pfstream.h pfstream.I pfstreamBuf.h
|
|
|
|
|
+ preprocess_argv.h
|
|
|
string_utils.h string_utils.I
|
|
string_utils.h string_utils.I
|
|
|
- stringDecoder.h stringDecoder.I
|
|
|
|
|
- textEncoder.h textEncoder.I
|
|
|
|
|
- unicodeLatinMap.h
|
|
|
|
|
- vector_string.h
|
|
|
|
|
- vector_src.h
|
|
|
|
|
- win32ArgParser.h
|
|
|
|
|
|
|
+ stringDecoder.h stringDecoder.I
|
|
|
|
|
+ textEncoder.h textEncoder.I
|
|
|
|
|
+ unicodeLatinMap.h
|
|
|
|
|
+ vector_string.h
|
|
|
|
|
+ vector_src.h
|
|
|
|
|
+ win32ArgParser.h
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
if(APPLE)
|
|
if(APPLE)
|
|
|
- set(P3DTOOLUTIL_HEADERS ${P3DTOOLUTIL_HEADERS}
|
|
|
|
|
- filename_assist.mm filename_assist.h)
|
|
|
|
|
|
|
+ set(P3DTOOLUTIL_HEADERS ${P3DTOOLUTIL_HEADERS}
|
|
|
|
|
+ filename_assist.mm filename_assist.h)
|
|
|
endif()
|
|
endif()
|
|
|
|
|
|
|
|
set(P3DTOOLUTIL_SOURCES
|
|
set(P3DTOOLUTIL_SOURCES
|
|
|
- ${CMAKE_CURRENT_BINARY_DIR}/checkPandaVersion.cxx
|
|
|
|
|
- config_dtoolutil.cxx
|
|
|
|
|
- dSearchPath.cxx
|
|
|
|
|
- executionEnvironment.cxx filename.cxx
|
|
|
|
|
- globPattern.cxx
|
|
|
|
|
- load_dso.cxx
|
|
|
|
|
- pandaFileStream.cxx pandaFileStreamBuf.cxx
|
|
|
|
|
- pandaSystem.cxx
|
|
|
|
|
- panda_getopt_impl.cxx
|
|
|
|
|
- pfstreamBuf.cxx pfstream.cxx
|
|
|
|
|
- preprocess_argv.cxx
|
|
|
|
|
|
|
+ ${CMAKE_CURRENT_BINARY_DIR}/checkPandaVersion.cxx
|
|
|
|
|
+ config_dtoolutil.cxx
|
|
|
|
|
+ dSearchPath.cxx
|
|
|
|
|
+ executionEnvironment.cxx filename.cxx
|
|
|
|
|
+ globPattern.cxx
|
|
|
|
|
+ lineStream.cxx lineStreamBuf.cxx
|
|
|
|
|
+ load_dso.cxx
|
|
|
|
|
+ pandaFileStream.cxx pandaFileStreamBuf.cxx
|
|
|
|
|
+ pandaSystem.cxx
|
|
|
|
|
+ panda_getopt_impl.cxx
|
|
|
|
|
+ pfstreamBuf.cxx pfstream.cxx
|
|
|
|
|
+ preprocess_argv.cxx
|
|
|
string_utils.cxx
|
|
string_utils.cxx
|
|
|
- stringDecoder.cxx
|
|
|
|
|
- textEncoder.cxx
|
|
|
|
|
- unicodeLatinMap.cxx
|
|
|
|
|
- vector_string.cxx
|
|
|
|
|
- win32ArgParser.cxx
|
|
|
|
|
|
|
+ stringDecoder.cxx
|
|
|
|
|
+ textEncoder.cxx
|
|
|
|
|
+ unicodeLatinMap.cxx
|
|
|
|
|
+ vector_string.cxx
|
|
|
|
|
+ win32ArgParser.cxx
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
composite_sources(p3dtoolutil P3DTOOLUTIL_SOURCES)
|
|
composite_sources(p3dtoolutil P3DTOOLUTIL_SOURCES)
|