Commit Graph
18 Commits
Author SHA1 Message Date
isanae 93bf37bfe3 move ui files to its own ui filter
add ui header files to autogen
2020-10-29 23:02:26 -04:00
Jeremy Rimpo d1d5d579f2 Move enable_cli processing to cpp_post_target so project is defined 2020-09-20 18:20:53 -05:00
Jeremy Rimpo 2d9da35d10 Add Qt5Concurrent 2020-09-09 23:49:47 -05:00
Jeremy Rimpo e8237cedd3 Fix googlemock definition 2020-09-09 23:03:51 -05:00
Jeremy Rimpo f2b4465442 Always link to uibase as a dependency 2020-09-09 19:02:32 -05:00
Jeremy Rimpo 77e5ddcb83 Remove uibasetests libs directive 2020-09-09 18:51:15 -05:00
Jeremy Rimpo f8939942c8 Create exception for uibasetests 2020-09-09 18:44:48 -05:00
Jeremy Rimpo 7fbba030c2 Rework gtest location to fix appveyor issues 2020-09-09 18:11:40 -05:00
AnyOldName3 c61b4467e9 Explicitly list translation sources
This shaves several seconds off no-op builds as dependency tracking
doesn't work with directories.
2020-08-21 17:57:39 +01:00
MF a961c50479 Added include dir and linked library for gmock 2020-06-25 23:12:32 +01:00
isanae 77ae5359ae fixed incorrect case for zlib 2020-05-07 15:51:54 -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 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