mirror of
https://gitlab.com/niansa/libjustlm.git
synced 2025-03-06 20:49:17 +01:00
Minor CMake fixes
This commit is contained in:
parent
0199db02b7
commit
bcacfc3d54
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function(target_justlm_setup TARGET_NAME)
|
|||
target_include_directories(${TARGET_NAME} PUBLIC include/)
|
||||
if (LM_COSCHED)
|
||||
target_compile_definitions(${TARGET_NAME} PUBLIC LM_COSCHED)
|
||||
target_link_libraries(${TARGET_NAME} PRIVATE cosched)
|
||||
target_link_libraries(${TARGET_NAME} PUBLIC cosched)
|
||||
endif()
|
||||
if (LM_NOEXCEPT)
|
||||
target_compile_definitions(${TARGET_NAME} PUBLIC LM_NOEXCEPT)
|
||||
|
|
Loading…
Add table
Reference in a new issue