summaryrefslogtreecommitdiff
path: root/modules/CMakeWorkspaceCreator.pm
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple projects in the out-of-tree workspaces.Chad Elliott2022-11-171-11/+24
|
* Handle out-of-tree directories properly by creating a workspace for each ↵Chad Elliott2022-11-171-5/+49
| | | | project group directory and adding the bin dir parameter to add_subdirectory().
* Corrected problems with generation of CMake workspaces with directories ↵Chad Elliott2022-11-171-15/+25
| | | | above or outside of the directory of the workspace.
* Use the workspace name in the workspace CMakeLists.txt and repaced all ↵Chad Elliott2022-11-091-1/+2
| | | | add_compile_* calls with target_compile_*.
* Modified the template to incorporate the project name into variables.Chad Elliott2022-11-071-74/+61
| | | | Leave generated projects in their original file and included them into the workspace CMakeLists.txt
* Corrected the warning message.Chad Elliott2022-11-011-1/+1
|
* Insert subdirectories after all find_package() calls to allow for configuration.Chad Elliott2022-10-201-3/+11
|
* Added a language to the workspace project.Chad Elliott2022-10-191-1/+1
|
* Added a workspace of sorts to handle multiple projects.Chad Elliott2022-10-171-2/+78
|
* Initial commit of experimental support of CMake.Chad Elliott2022-10-101-0/+56