MF
a961c50479
Added include dir and linked library for gmock
2020-06-25 23:12:32 +01:00
isanae
2f76ab33de
Merge pull request #4 from AnyOldName3/cache-required-variables
...
Cache required variables
2020-06-03 01:41:39 -04:00
AnyOldName3
909b8cd9c9
Cache required variables
2020-06-02 17:31:35 +01:00
isanae
3a76f2374d
Merge pull request #3 from Holt59/dll-run-from-install
...
Update debug target for DLL and Plugins project to run from install
2020-05-22 15:20:51 -04:00
Mikaël Capelle
26986335fd
Allow any kind of executable file in set_project_to_run_from_install.
2020-05-22 21:10:38 +02:00
Mikaël Capelle
b5e1e02d11
Use the same set_project_to_run function for exe, dll and plugin projects.
2020-05-22 21:00:41 +02:00
Mikaël Capelle
a42388ed6a
Move common code to functions.cmake.
2020-05-22 20:34:46 +02:00
Mikaël Capelle
fc6f4fbfba
Have plugin projects run ModORganizer.exe from install.
2020-05-22 20:32:39 +02:00
Mikaël Capelle
985d603687
Have DLL project run ModOrganizer.exe from install by default for debugging.
2020-05-20 16:55:25 +02:00
isanae
b4a0c68124
Merge pull request #2 from isanae/zlib-fix
...
fixed incorrect case for zlib
2020-05-07 15:56:47 -04:00
isanae
77ae5359ae
fixed incorrect case for zlib
2020-05-07 15:51:54 -04:00
isanae
36fa899d95
Merge pull request #1 from Holt59/master
...
Add 'tests' project type.
2020-05-07 07:24:07 -04:00
Mikaël Capelle
d0728fa0ca
Add 'tests' project type.
2020-05-06 13:26:03 +02:00
Silarn
19e87c6e7e
Creation library needs to reference local gamebryo not super
2020-05-01 16:26:08 -05:00
isanae
5352139076
fixed .py files in subdirectories not getting copied
...
put all dlls in dlls/ except for uibase
2020-04-26 01:42:36 -04:00
isanae
8a52c42e08
python plugin now handles .ui, .qrc and installing subdirectories
...
set_project_to_run_from_install() was called too early, couldn't use OUTPUT_NAME
added libbsarch to requires_library()
2020-04-26 00:44:58 -04:00
isanae
d187ef06bd
new variables install_dir, run_elevated
...
replaced CMAKE_PROJECT_NAME with PROJECT_NAME, the former doesn't change when there are multiple projects
optional plugins for deploy_qt()
fixed gamebryo handling
added requires_library(), handles loot, cpptoml and python
2020-04-25 00:53:33 -04:00
isanae
a5d109a1fa
link to both gamebryo and creation
2020-04-24 22:23:24 -04:00
isanae
d041d5080a
special case for gamebryo includes
2020-04-24 22:13:20 -04:00
isanae
b2a7bf8711
added support for python plugin
...
moved C++ project stuff into cpp.cmake
2020-04-24 21:39:29 -04:00
isanae
f167256564
fixed a few deprecated calls
2020-04-23 20:58:01 -04:00
isanae
6a36971083
removed hardcoded paths
2020-04-23 19:45:38 -04:00
isanae
a0126e5b9e
initial
2020-04-23 19:29:54 -04:00