mirror of https://github.com/aap/librw.git
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)
|
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)
|
add_subdirectory(skeleton)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue