|
@@ -1,10 +1,4 @@
|
|
|
-configure_file(pandaVersion.h.in pandaVersion.h)
|
|
|
|
|
-configure_file(checkPandaVersion.h.in checkPandaVersion.h)
|
|
|
|
|
-configure_file(checkPandaVersion.cxx.in checkPandaVersion.cxx)
|
|
|
|
|
-
|
|
|
|
|
set(P3DTOOLUTIL_HEADERS
|
|
set(P3DTOOLUTIL_HEADERS
|
|
|
- ${CMAKE_CURRENT_BINARY_DIR}/checkPandaVersion.h
|
|
|
|
|
- ${CMAKE_CURRENT_BINARY_DIR}/pandaVersion.h
|
|
|
|
|
config_dtoolutil.h
|
|
config_dtoolutil.h
|
|
|
dSearchPath.I dSearchPath.h
|
|
dSearchPath.I dSearchPath.h
|
|
|
executionEnvironment.I executionEnvironment.h filename.I
|
|
executionEnvironment.I executionEnvironment.h filename.I
|
|
@@ -38,7 +32,6 @@ if(APPLE)
|
|
|
endif()
|
|
endif()
|
|
|
|
|
|
|
|
set(P3DTOOLUTIL_SOURCES
|
|
set(P3DTOOLUTIL_SOURCES
|
|
|
- ${CMAKE_CURRENT_BINARY_DIR}/checkPandaVersion.cxx
|
|
|
|
|
config_dtoolutil.cxx
|
|
config_dtoolutil.cxx
|
|
|
dSearchPath.cxx
|
|
dSearchPath.cxx
|
|
|
executionEnvironment.cxx filename.cxx
|
|
executionEnvironment.cxx filename.cxx
|
|
@@ -73,7 +66,6 @@ composite_sources(p3dtoolutil P3DTOOLUTIL_SOURCES)
|
|
|
|
|
|
|
|
add_component_library(p3dtoolutil SYMBOL BUILDING_DTOOL_DTOOLUTIL
|
|
add_component_library(p3dtoolutil SYMBOL BUILDING_DTOOL_DTOOLUTIL
|
|
|
${P3DTOOLUTIL_HEADERS} ${P3DTOOLUTIL_SOURCES})
|
|
${P3DTOOLUTIL_HEADERS} ${P3DTOOLUTIL_SOURCES})
|
|
|
-target_include_directories(p3dtoolutil PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
|
|
|
|
|
# The extensions need py_panda.h and extension.h from interrogatedb
|
|
# The extensions need py_panda.h and extension.h from interrogatedb
|
|
|
target_include_directories(p3dtoolutil PUBLIC
|
|
target_include_directories(p3dtoolutil PUBLIC
|
|
|
$<TARGET_PROPERTY:p3interrogatedb,INTERFACE_INCLUDE_DIRECTORIES>)
|
|
$<TARGET_PROPERTY:p3interrogatedb,INTERFACE_INCLUDE_DIRECTORIES>)
|