Vita3K/vita3k/threads/CMakeLists.txt
Nicolas Jallamion 06299de242 emulator: Refactor file structure (#557)
Also:
- external: update some submodules.
2019-08-28 16:52:07 +03:00

6 lines
90 B
CMake

add_library(
threads
INTERFACE
)
target_include_directories(threads INTERFACE include)