Sam Edwards
|
c0b8b3c542
CMake: Interrogate bugfix for LINK and IMPORT keywords together
|
7 years ago |
Sam Edwards
|
cfd603bb8d
CMake: Build Python binary modules as MODULE, never SHARED
|
7 years ago |
Sam Edwards
|
411e0ee93f
CMake: Use interrogate's -import instead of linking directly
|
7 years ago |
Sam Edwards
|
0783013ecd
CMake: Custom targets don't need EXCLUDE_FROM_ALL
|
7 years ago |
Sam Edwards
|
6907eb5207
CMake: Fix Interrogate -module panda3d.${module} flag missing
|
7 years ago |
Sam Edwards
|
2399655920
CMake: Make sure Interrogate doesn't see package include directories
|
7 years ago |
Sam Edwards
|
f8c63dbe2b
CMake: Refactor interrogate.cmake a little
|
7 years ago |
Sam Edwards
|
b68b6caeb0
CMake: Support targeting Python 3
|
7 years ago |
Sam Edwards
|
d66f5fa8e2
CMake: Kill support for <2.8.12
|
7 years ago |
Sam Edwards
|
e46890010a
cmake: Don't rely on $<TARGET_PROPERTY:...> in CMake < 2.8.10.
|
9 years ago |
Sam Edwards
|
e58697bee4
cmake: Fix AutoInclude workaround always being used irrespective of version.
|
9 years ago |
Sam Edwards
|
0d13247721
Merge branch 'cmake' into cmake-proper-interrogate
|
11 years ago |
Sam Edwards
|
a26df45c38
cmake: Fix Interrogate installation so that runtime paths are properly removed.
|
11 years ago |
Sam Edwards
|
c82c0df266
cmake: Fix Interrogate macro bug causing component sources to get scanned along with their composite counterparts.
|
11 years ago |
Sam Edwards
|
b300848589
CMake: Add new "EXTENSIONS" syntax to target_interrogate(...) macro.
|
11 years ago |
Sam Edwards
|
3969d0e1ac
CMake: Link Interrogate bindings against metalibs.
|
11 years ago |
Sam Edwards
|
9fc2e6829b
CMake: Generate and install 'pandac' for backwards-compatibility.
|
12 years ago |
Sam Edwards
|
e5a6259e46
CMake: Get Interrogated modules to install.
|
12 years ago |
Sam Edwards
|
1d2561b012
CMake: Install the Interrogated _igate libraries. (Temporary; part of the dependency hack.)
|
12 years ago |
Sam Edwards
|
95e25af828
CMake: Update Interrogate.cmake macro's use of COMPILE_DEFINITIONS:
|
12 years ago |
Sam Edwards
|
de9ea2a750
CMake: For Interrogate 64/32-bit detection, check sizeof(long) rather than sizeof(void*).
|
12 years ago |
Sam Edwards
|
eced41b7c3
CMake: Move Interrogate.cmake's _LP64 detection to the top of the script, where it gets added to IGATE_FLAGS.
|
12 years ago |
Sam Edwards
|
3dc38e0f61
CMake: Move ${INTERROGATE_*_OPTIONS} expansion to the add_custom_command proper; other CMake files may wish to set this after Interrogate.cmake is loaded.
|
12 years ago |
Sam Edwards
|
8cd41a48af
CMake: Detect 64-bit vs. 32-bit when running Interrogate.
|
12 years ago |
Sam Edwards
|
df69bba34a
CMake: Fix typos in Interrogate.
|
12 years ago |
Sam Edwards
|
fd9aec6ee7
CMake: Fix Interrogate's dependency on the *_composite#.cxx files by creating an explicit target that can be used to do composite generation.
|
12 years ago |
Sam Edwards
|
e150492355
CMake: Use LINK_LIBRARIES instead of INTERFACE_LINK_LIBRARIES in Interrogate macro, for compatibility with CMake < 2.8.12.
|
12 years ago |
Sam Edwards
|
e3cee4f5cd
CMake: Add .N files to deps for Interrogate command.
|
12 years ago |
Sam Edwards
|
57944c58d1
CMake: Invoke Interrogate with the same compiler definitions as the source itself.
|
12 years ago |
Sam Edwards
|
75c1b937f8
CMake: Use "NOT varname" instead of testing for equality to -NOTFOUND.
|
12 years ago |