mirror of
https://github.com/aap/librw.git
synced 2025-01-22 00:32:19 +00:00
Merge pull request #94 from withmorten/master
cmake: only add skeleton to project if tools are enabled
This commit is contained in:
commit
5501c4fdc7
@ -70,7 +70,7 @@ endif()
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
if(NOT LIBRW_PLATFORM_PS2 AND NOT LIBRW_PLATFORM_NULL)
|
||||
if(LIBRW_TOOLS AND NOT LIBRW_PLATFORM_PS2 AND NOT LIBRW_PLATFORM_NULL)
|
||||
add_subdirectory(skeleton)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user