mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 17:28:23 -05:00
11 lines
342 B
Plaintext
Executable File
11 lines
342 B
Plaintext
Executable File
The package klein:x64-windows provides CMake targets:
|
|
|
|
find_package(klein CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE klein::klein)
|
|
|
|
# Or use the C++ 11 version
|
|
target_link_libraries(main PRIVATE klein::klein_cxx11)
|
|
|
|
# Or use the SSE4.1 version
|
|
target_link_libraries(main PRIVATE klein::klein_sse42)
|