Skip to content

Commit

Permalink
cmake: only add skeleton to project if tools are enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
withmorten committed Aug 19, 2021
1 parent 6b9c546 commit 22ce63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 22ce63a

Please sign in to comment.