diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-23 04:14:40 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-07-23 04:23:05 +0200 |
| commit | 8b9822c013e12822bfac0b6c6829da841622b867 (patch) | |
| tree | 16e3ce9b11cbabc787e74dd5b9daf7073c03ea6d /cmake/host.cmake | |
| parent | e59e4c061e68c6abf51f91323b1b4e38b31bb63e (diff) | |
| download | jancity-8b9822c013e12822bfac0b6c6829da841622b867.tar.gz | |
Create cdroot directory on common CMakeLists.txt
Diffstat (limited to 'cmake/host.cmake')
| -rw-r--r-- | cmake/host.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/host.cmake b/cmake/host.cmake index 7974ee5..bb0827d 100644 --- a/cmake/host.cmake +++ b/cmake/host.cmake @@ -1,4 +1,3 @@ -file(MAKE_DIRECTORY ${cdroot}) find_package(SDL 1.2 REQUIRED) find_package(SDL_mixer 1.2 REQUIRED) find_package(SDL_gfx 2.0 REQUIRED) |
