summaryrefslogtreecommitdiff
path: root/templates/cmake.mpd
Commit message (Expand)AuthorAgeFilesLines
* Make dynamicflags and staticflags PRIVATE so that they are not propagated to ...Chad Elliott2022-11-221-5/+5
* Added headers, inline files, and template files as variables to allow manual ...Chad Elliott2022-11-211-0/+12
* Added a template function to help determine if a variable value is a CMake ma...Chad Elliott2022-11-151-2/+9
* Added a missing space.Chad Elliott2022-11-111-1/+1
* Define MPC_LIB_MODIFIER as ACE expects it to be defined.Chad Elliott2022-11-101-0/+5
* Use the workspace name in the workspace CMakeLists.txt and repaced all add_co...Chad Elliott2022-11-091-8/+8
* Modified the template to incorporate the project name into variables.Chad Elliott2022-11-071-16/+16
* No need to output archive, library, or runtime output directory settings if b...Chad Elliott2022-11-041-1/+2
* Set the target link libraries to the libraries specified without any library ...Chad Elliott2022-10-311-0/+4
* Change target_include_directories and target_link_directories to be PRIVATE.ocielliottc2022-10-311-2/+2
* Replaced hard-coded calls to find_package() with "packages" template variable...Chad Elliott2022-10-261-14/+3
* Moved the configurable library decorator into the project target name and out...Chad Elliott2022-10-251-2/+2
* Initial modifications to support switching between shared and static libraries.Chad Elliott2022-10-251-4/+24
* Process escaped characters within forfirst, forlast, fornotfirst, fornotlast,...Chad Elliott2022-10-211-4/+2
* Check for dynamicflags and staticflags before using them. Added pch_defines.Chad Elliott2022-10-191-0/+7
* Added settings to make CMake build things in the default style of MPC.Chad Elliott2022-10-181-4/+38
* Added support for precompiled headers.Chad Elliott2022-10-171-0/+4
* Added a pre_find_target template variable and usage of compile_options. Also...Chad Elliott2022-10-141-1/+9
* Use env_includes to issue the find_package() function, as it will not have be...Chad Elliott2022-10-131-3/+3
* Added support for flag_overrides of command flags.Chad Elliott2022-10-121-5/+11
* Added configurable build configurations and used combined_custom to simplify ...Chad Elliott2022-10-121-16/+18
* Turn off automatic output for all custom commands. That must be handled by C...Chad Elliott2022-10-121-1/+3
* Added hard-coded configurations for libraries.Chad Elliott2022-10-111-2/+3
* Added dynamicflags, staticflags, libpaths, and macros. Corrected basic suppo...Chad Elliott2022-10-111-2/+23
* Initial commit of experimental support of CMake.Chad Elliott2022-10-101-0/+66