]> code.bitgloo.com Git - clyne/entityx.git/commit
Set build_interface directories for integrated builds
authorSumedha Widyadharma <s-fairphone@wdya.de>
Sun, 23 Oct 2016 13:56:18 +0000 (15:56 +0200)
committerSumedha Widyadharma <s-fairphone@wdya.de>
Sun, 23 Oct 2016 13:56:18 +0000 (15:56 +0200)
commitf58f553e9804fa9422de79f5e1607d8e366de7be
tree6afe702d9f05b0cb3ac0071a550decc1ed84af25
parent017e5dc5510b6a462f1f6df05137fc43d4be61be
Set build_interface directories for integrated builds

This makes it very easy to integrate entityx into a build.
I.e:
add_subdirectories(3rdparty/entityx)
target_link_libraries(my_target entityx[_shared])

This makes #include entityx/entityx.h just work.
CMakeLists.txt